Go To Statistics
  File Severity Checker name Message Bug path length Review status
1 src/mpack/conv.c @ Line 10 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2 src/mpack/conv.c @ Line 10 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3 src/mpack/conv.c @ Line 10 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4 src/mpack/conv.c @ Line 14 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5 src/mpack/conv.c @ Line 15 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6 src/mpack/conv.c @ Line 15 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
7 src/mpack/conv.c @ Line 16 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
8 src/mpack/conv.c @ Line 122 readability-braces-around-statements statement should be inside braces 2
9 src/mpack/conv.c @ Line 123 google-readability-braces-around-statements statement should be inside braces 2
10 src/mpack/conv.c @ Line 123 readability-braces-around-statements statement should be inside braces 2
11 src/mpack/conv.c @ Line 123 bugprone-branch-clone repeated branch in conditional chain 3
12 src/mpack/conv.c @ Line 124 google-readability-braces-around-statements statement should be inside braces 2
13 src/mpack/conv.c @ Line 124 readability-braces-around-statements statement should be inside braces 2
14 src/mpack/conv.c @ Line 125 google-readability-braces-around-statements statement should be inside braces 2
15 src/mpack/conv.c @ Line 125 readability-braces-around-statements statement should be inside braces 2
16 src/mpack/conv.c @ Line 126 google-readability-braces-around-statements statement should be inside braces 2
17 src/mpack/conv.c @ Line 126 readability-braces-around-statements statement should be inside braces 2
18 src/mpack/conv.c @ Line 127 google-readability-braces-around-statements statement should be inside braces 2
19 src/mpack/conv.c @ Line 127 readability-braces-around-statements statement should be inside braces 2
20 src/mpack/conv.c @ Line 130 google-readability-braces-around-statements statement should be inside braces 2
21 src/mpack/conv.c @ Line 130 readability-braces-around-statements statement should be inside braces 2
22 src/mpack/conv.c @ Line 131 google-readability-braces-around-statements statement should be inside braces 2
23 src/mpack/conv.c @ Line 131 readability-braces-around-statements statement should be inside braces 2
24 src/mpack/conv.c @ Line 132 google-readability-braces-around-statements statement should be inside braces 2
25 src/mpack/conv.c @ Line 132 readability-braces-around-statements statement should be inside braces 2
26 src/mpack/conv.c @ Line 133 google-readability-braces-around-statements statement should be inside braces 2
27 src/mpack/conv.c @ Line 133 readability-braces-around-statements statement should be inside braces 2
28 src/mpack/conv.c @ Line 227 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
29 src/mpack/conv.c @ Line 232 google-readability-braces-around-statements statement should be inside braces 2
30 src/mpack/conv.c @ Line 232 readability-braces-around-statements statement should be inside braces 2
31 src/mpack/conv.c @ Line 236 google-readability-braces-around-statements statement should be inside braces 2
32 src/mpack/conv.c @ Line 236 readability-braces-around-statements statement should be inside braces 2
33 src/mpack/conv.c @ Line 237 google-readability-braces-around-statements statement should be inside braces 2
34 src/mpack/conv.c @ Line 237 readability-braces-around-statements statement should be inside braces 2
35 src/mpack/conv.c @ Line 253 google-readability-braces-around-statements statement should be inside braces 2
36 src/mpack/conv.c @ Line 253 readability-braces-around-statements statement should be inside braces 2
37 src/mpack/conv.c @ Line 254 google-readability-braces-around-statements statement should be inside braces 2
38 src/mpack/conv.c @ Line 254 readability-braces-around-statements statement should be inside braces 2
39 src/mpack/conv.c @ Line 258 readability-braces-around-statements statement should be inside braces 2
40 src/mpack/conv.c @ Line 259 readability-braces-around-statements statement should be inside braces 2
41 src/mpack/conv.c @ Line 272 readability-else-after-return do not use 'else' after 'return' 1
42 src/mpack/conv.c @ Line 290 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
43 src/mpack/conv.c @ Line 291 readability-braces-around-statements statement should be inside braces 2
44 src/mpack/conv.c @ Line 308 readability-braces-around-statements statement should be inside braces 2
45 src/mpack/conv.c @ Line 323 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
46 src/mpack/conv.c @ Line 333 google-readability-braces-around-statements statement should be inside braces 2
47 src/mpack/conv.c @ Line 333 readability-braces-around-statements statement should be inside braces 2
48 src/mpack/conv.c @ Line 334 google-readability-braces-around-statements statement should be inside braces 2
49 src/mpack/conv.c @ Line 334 readability-braces-around-statements statement should be inside braces 2
50 src/mpack/conv.c @ Line 337 readability-braces-around-statements statement should be inside braces 2
51 src/mpack/conv.c @ Line 338 readability-braces-around-statements statement should be inside braces 2
52 src/mpack/conv.c @ Line 340 google-readability-braces-around-statements statement should be inside braces 2
53 src/mpack/conv.c @ Line 340 readability-braces-around-statements statement should be inside braces 2
54 src/mpack/conv.c @ Line 341 google-readability-braces-around-statements statement should be inside braces 2
55 src/mpack/conv.c @ Line 341 readability-braces-around-statements statement should be inside braces 2
56 src/mpack/mpack_core.c @ Line 5 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
57 src/mpack/mpack_core.c @ Line 6 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
58 src/mpack/mpack_core.c @ Line 6 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
59 src/mpack/mpack_core.c @ Line 7 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
60 src/mpack/mpack_core.c @ Line 7 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
61 src/mpack/mpack_core.c @ Line 14 readability-inconsistent-declaration-parameter-name function 'mpack_rpending' has a definition with different parameter names 3
62 src/mpack/mpack_core.c @ Line 15 readability-inconsistent-declaration-parameter-name function 'mpack_rvalue' has a definition with different parameter names 3
63 src/mpack/mpack_core.c @ Line 17 readability-inconsistent-declaration-parameter-name function 'mpack_rblob' has a definition with different parameter names 3
64 src/mpack/mpack_core.c @ Line 19 readability-inconsistent-declaration-parameter-name function 'mpack_wtoken' has a definition with different parameter names 3
65 src/mpack/mpack_core.c @ Line 20 readability-inconsistent-declaration-parameter-name function 'mpack_wpending' has a definition with different parameter names 3
66 src/mpack/mpack_core.c @ Line 21 readability-inconsistent-declaration-parameter-name function 'mpack_wpint' has a definition with different parameter names 3
67 src/mpack/mpack_core.c @ Line 22 readability-inconsistent-declaration-parameter-name function 'mpack_wnint' has a definition with different parameter names 3
68 src/mpack/mpack_core.c @ Line 23 readability-inconsistent-declaration-parameter-name function 'mpack_wfloat' has a definition with different parameter names 3
69 src/mpack/mpack_core.c @ Line 36 readability-inconsistent-declaration-parameter-name function 'mpack_blob' has a definition with different parameter names 3
70 src/mpack/mpack_core.c @ Line 50 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
71 src/mpack/mpack_core.c @ Line 51 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
72 src/mpack/mpack_core.c @ Line 82 readability-braces-around-statements statement should be inside braces 2
73 src/mpack/mpack_core.c @ Line 119 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
74 src/mpack/mpack_core.c @ Line 120 readability-braces-around-statements statement should be inside braces 2
75 src/mpack/mpack_core.c @ Line 131 readability-else-after-return do not use 'else' after 'return' 1
76 src/mpack/mpack_core.c @ Line 137 readability-braces-around-statements statement should be inside braces 2
77 src/mpack/mpack_core.c @ Line 147 readability-braces-around-statements statement should be inside braces 2
78 src/mpack/mpack_core.c @ Line 177 readability-else-after-return do not use 'else' after 'return' 1
79 src/mpack/mpack_core.c @ Line 276 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
80 src/mpack/mpack_core.c @ Line 277 google-readability-casting redundant cast to the same type 1
81 src/mpack/mpack_core.c @ Line 381 readability-else-after-return do not use 'else' after 'return' 1
82 src/mpack/mpack_core.c @ Line 408 readability-else-after-return do not use 'else' after 'return' 1
83 src/mpack/mpack_core.c @ Line 432 readability-else-after-return do not use 'else' after 'return' 1
84 src/mpack/mpack_core.c @ Line 445 readability-else-after-return do not use 'else' after 'return' 1
85 src/mpack/mpack_core.c @ Line 462 readability-else-after-return do not use 'else' after 'return' 1
86 src/mpack/mpack_core.c @ Line 504 readability-else-after-return do not use 'else' after 'return' 1
87 src/mpack/mpack_core.c @ Line 517 readability-else-after-return do not use 'else' after 'return' 1
88 src/mpack/object.c @ Line 5 readability-inconsistent-declaration-parameter-name function 'mpack_parser_full' has a definition with different parameter names 3
89 src/mpack/object.c @ Line 6 readability-inconsistent-declaration-parameter-name function 'mpack_parser_push' has a definition with different parameter names 3
90 src/mpack/object.c @ Line 7 readability-inconsistent-declaration-parameter-name function 'mpack_parser_pop' has a definition with different parameter names 3
91 src/mpack/object.c @ Line 24 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
92 src/mpack/object.c @ Line 78 google-readability-braces-around-statements statement should be inside braces 2
93 src/mpack/object.c @ Line 78 readability-braces-around-statements statement should be inside braces 2
94 src/mpack/object.c @ Line 79 readability-else-after-return do not use 'else' after 'continue' 2
95 src/mpack/object.c @ Line 79 google-readability-braces-around-statements statement should be inside braces 2
96 src/mpack/object.c @ Line 79 readability-braces-around-statements statement should be inside braces 2
97 src/mpack/object.c @ Line 86 readability-braces-around-statements statement should be inside braces 2
98 src/mpack/object.c @ Line 109 google-readability-braces-around-statements statement should be inside braces 2
99 src/mpack/object.c @ Line 109 readability-braces-around-statements statement should be inside braces 2
100 src/mpack/object.c @ Line 116 google-readability-braces-around-statements statement should be inside braces 2
101 src/mpack/object.c @ Line 116 readability-braces-around-statements statement should be inside braces 2
102 src/mpack/object.c @ Line 164 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
103 src/mpack/rpc.c @ Line 6 readability-identifier-naming invalid case style for enum constant 'MPACK_RPC_RECEIVE_ARRAY' 2
104 src/mpack/rpc.c @ Line 7 readability-identifier-naming invalid case style for enum constant 'MPACK_RPC_RECEIVE_TYPE' 2
105 src/mpack/rpc.c @ Line 8 readability-identifier-naming invalid case style for enum constant 'MPACK_RPC_RECEIVE_ID' 2
106 src/mpack/rpc.c @ Line 37 google-readability-braces-around-statements statement should be inside braces 2
107 src/mpack/rpc.c @ Line 37 readability-braces-around-statements statement should be inside braces 2
108 src/mpack/rpc.c @ Line 41 google-readability-braces-around-statements statement should be inside braces 2
109 src/mpack/rpc.c @ Line 41 readability-braces-around-statements statement should be inside braces 2
110 src/mpack/rpc.c @ Line 52 google-readability-braces-around-statements statement should be inside braces 2
111 src/mpack/rpc.c @ Line 52 readability-braces-around-statements statement should be inside braces 2
112 src/mpack/rpc.c @ Line 56 google-readability-braces-around-statements statement should be inside braces 2
113 src/mpack/rpc.c @ Line 56 readability-braces-around-statements statement should be inside braces 2
114 src/mpack/rpc.c @ Line 60 google-readability-braces-around-statements statement should be inside braces 2
115 src/mpack/rpc.c @ Line 60 readability-braces-around-statements statement should be inside braces 2
116 src/mpack/rpc.c @ Line 67 readability-braces-around-statements statement should be inside braces 2
117 src/mpack/rpc.c @ Line 75 google-readability-braces-around-statements statement should be inside braces 2
118 src/mpack/rpc.c @ Line 75 readability-braces-around-statements statement should be inside braces 2
119 src/mpack/rpc.c @ Line 83 google-readability-braces-around-statements statement should be inside braces 2
120 src/mpack/rpc.c @ Line 83 readability-braces-around-statements statement should be inside braces 2
121 src/mpack/rpc.c @ Line 107 readability-braces-around-statements statement should be inside braces 2
122 src/mpack/rpc.c @ Line 175 readability-braces-around-statements statement should be inside braces 2
123 src/mpack/rpc.c @ Line 177 readability-braces-around-statements statement should be inside braces 2
124 src/mpack/rpc.c @ Line 194 readability-braces-around-statements statement should be inside braces 2
125 src/mpack/rpc.c @ Line 252 readability-braces-around-statements statement should be inside braces 2
126 src/mpack/rpc.c @ Line 299 readability-braces-around-statements statement should be inside braces 2
127 src/mpack/rpc.c @ Line 300 readability-braces-around-statements statement should be inside braces 2
128 src/mpack/rpc.c @ Line 320 readability-braces-around-statements statement should be inside braces 2
129 src/nvim/api/buffer.c @ Line 196 readability-else-after-return do not use 'else' after 'continue' 1
130 src/nvim/api/buffer.c @ Line 421 google-readability-casting redundant cast to the same type 1
131 src/nvim/api/buffer.c @ Line 627 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
132 src/nvim/api/buffer.c @ Line 632 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
133 src/nvim/api/buffer.c @ Line 637 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
134 src/nvim/api/buffer.c @ Line 659 google-readability-casting redundant cast to the same type 1
135 src/nvim/api/buffer.c @ Line 1270 google-readability-casting redundant cast to the same type 1
136 src/nvim/api/buffer.c @ Line 1361 readability-else-after-return do not use 'else' after 'return' 1
137 src/nvim/api/buffer.c @ Line 1653 readability-else-after-return do not use 'else' after 'return' 1
138 src/nvim/api/buffer.c @ Line 1898 google-readability-casting redundant cast to the same type 1
139 src/nvim/api/private/helpers.c @ Line 348 readability-else-after-return do not use 'else' after 'return' 1
140 src/nvim/api/private/helpers.c @ Line 398 google-readability-casting redundant cast to the same type 1
141 src/nvim/api/private/helpers.c @ Line 947 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
142 src/nvim/api/private/helpers.c @ Line 1081 misc-no-recursion function 'object_to_vim' is within a recursive call chain 4
143 src/nvim/api/private/helpers.c @ Line 1191 misc-no-recursion function 'api_free_object' is within a recursive call chain 5
144 src/nvim/api/private/helpers.c @ Line 1224 misc-no-recursion function 'api_free_array' is within a recursive call chain 1
145 src/nvim/api/private/helpers.c @ Line 1233 misc-no-recursion function 'api_free_dictionary' is within a recursive call chain 1
146 src/nvim/api/private/helpers.c @ Line 1355 readability-else-after-return do not use 'else' after 'return' 1
147 src/nvim/api/private/helpers.c @ Line 1360 misc-no-recursion function 'copy_array' is within a recursive call chain 1
148 src/nvim/api/private/helpers.c @ Line 1369 misc-no-recursion function 'copy_dictionary' is within a recursive call chain 1
149 src/nvim/api/private/helpers.c @ Line 1380 misc-no-recursion function 'copy_object' is within a recursive call chain 5
150 src/nvim/api/private/helpers.c @ Line 1545 readability-else-after-return do not use 'else' after 'return' 1
151 src/nvim/api/private/helpers.c @ Line 1559 readability-else-after-return do not use 'else' after 'return' 1
152 src/nvim/api/private/helpers.c @ Line 1652 readability-else-after-return do not use 'else' after 'return' 1
153 src/nvim/api/private/helpers.c @ Line 1667 readability-else-after-return do not use 'else' after 'return' 1
154 src/nvim/api/private/helpers.c @ Line 1885 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
155 src/nvim/api/private/helpers.c @ Line 1886 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
156 src/nvim/api/private/helpers.c @ Line 1887 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
157 src/nvim/api/private/helpers.c @ Line 2063 readability-else-after-return do not use 'else' after 'return' 1
158 src/nvim/api/tabpage.c @ Line 114 readability-else-after-return do not use 'else' after 'return' 1
159 src/nvim/api/ui.c @ Line 69 readability-else-after-return do not use 'else' after 'break' 2
160 src/nvim/api/ui.c @ Line 378 readability-else-after-return do not use 'else' after 'return' 1
161 src/nvim/api/ui.c @ Line 403 bugprone-suspicious-string-compare function 'strcmp' is called without explicitly comparing result 2
162 src/nvim/api/ui.c @ Line 596 bugprone-suspicious-string-compare function 'strcmp' is called without explicitly comparing result 3
163 src/nvim/api/ui.c @ Line 700 readability-else-after-return do not use 'else' after 'return' 1
164 src/nvim/autocmd.c @ Line 194 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
165 src/nvim/autocmd.c @ Line 202 google-readability-casting redundant cast to the same type 1
166 src/nvim/autocmd.c @ Line 269 google-readability-casting redundant cast to the same type 1
167 src/nvim/autocmd.c @ Line 324 google-readability-casting redundant cast to the same type 1
168 src/nvim/autocmd.c @ Line 478 google-readability-casting redundant cast to the same type 1
169 src/nvim/autocmd.c @ Line 541 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
170 src/nvim/autocmd.c @ Line 543 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
171 src/nvim/autocmd.c @ Line 704 google-readability-casting redundant cast to the same type 1
172 src/nvim/autocmd.c @ Line 1380 readability-identifier-naming invalid case style for variable 'save_KeyTyped' 2
173 src/nvim/autocmd.c @ Line 1442 bugprone-branch-clone repeated branch in conditional chain 3
174 src/nvim/buffer.c @ Line 117 google-readability-casting redundant cast to the same type 1
175 src/nvim/buffer.c @ Line 152 misc-no-recursion function 'open_buffer' is within a recursive call chain 5
176 src/nvim/buffer.c @ Line 1025 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
177 src/nvim/buffer.c @ Line 1027 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
178 src/nvim/buffer.c @ Line 1029 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
179 src/nvim/buffer.c @ Line 1533 misc-no-recursion function 'enter_buffer' is within a recursive call chain 1
180 src/nvim/buffer.c @ Line 2313 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
181 src/nvim/buffer.c @ Line 2314 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
182 src/nvim/buffer.c @ Line 2550 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
183 src/nvim/buffer.c @ Line 3379 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
184 src/nvim/buffer.c @ Line 3743 google-readability-casting redundant cast to the same type 1
185 src/nvim/buffer.c @ Line 3968 readability-identifier-naming invalid case style for variable 'save_VIsual_active' 2
186 src/nvim/buffer.c @ Line 4699 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
187 src/nvim/buffer.c @ Line 4775 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
188 src/nvim/buffer.c @ Line 4776 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
189 src/nvim/buffer.c @ Line 5032 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
190 src/nvim/buffer.c @ Line 5475 readability-else-after-return do not use 'else' after 'return' 1
191 src/nvim/buffer_updates.c @ Line 192 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
192 src/nvim/change.c @ Line 628 google-readability-casting redundant cast to the same type 1
193 src/nvim/change.c @ Line 672 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
194 src/nvim/change.c @ Line 1581 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
195 src/nvim/change.c @ Line 1586 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
196 src/nvim/channel.c @ Line 90 google-readability-casting redundant cast to the same type 1
197 src/nvim/channel.c @ Line 338 google-readability-casting redundant cast to the same type 1
198 src/nvim/channel.c @ Line 348 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
199 src/nvim/channel.c @ Line 846 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
200 src/nvim/charset.c @ Line 409 google-readability-casting redundant cast to the same type 1
201 src/nvim/charset.c @ Line 428 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
202 src/nvim/charset.c @ Line 430 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
203 src/nvim/charset.c @ Line 672 misc-no-recursion function 'char2cells' is within a recursive call chain 4
204 src/nvim/charset.c @ Line 1499 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
205 src/nvim/charset.c @ Line 1559 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
206 src/nvim/charset.c @ Line 1560 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
207 src/nvim/charset.c @ Line 1561 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
208 src/nvim/charset.c @ Line 1562 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
209 src/nvim/cursor.c @ Line 232 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
210 src/nvim/cursor.c @ Line 371 bugprone-branch-clone repeated branch in conditional chain 3
211 src/nvim/cursor.c @ Line 406 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
212 src/nvim/cursor.c @ Line 451 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
213 src/nvim/cursor_shape.c @ Line 178 bugprone-branch-clone repeated branch in conditional chain 3
214 src/nvim/cursor_shape.c @ Line 327 readability-else-after-return do not use 'else' after 'return' 1
215 src/nvim/cursor_shape.c @ Line 327 bugprone-branch-clone repeated branch in conditional chain 3
216 src/nvim/cursor_shape.c @ Line 336 readability-else-after-return do not use 'else' after 'return' 2
217 src/nvim/cursor_shape.c @ Line 346 readability-else-after-return do not use 'else' after 'return' 2
218 src/nvim/debugger.c @ Line 52 readability-identifier-naming invalid case style for variable 'save_State' 2
219 src/nvim/debugger.c @ Line 204 bugprone-signed-char-misuse comparison between 'signed char' and 'unsigned char' 1
220 src/nvim/debugger.c @ Line 271 google-readability-casting redundant cast to the same type 1
221 src/nvim/debugger.c @ Line 280 google-readability-casting redundant cast to the same type 1
222 src/nvim/debugger.c @ Line 401 google-readability-casting redundant cast to the same type 1
223 src/nvim/debugger.c @ Line 453 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
224 src/nvim/debugger.c @ Line 618 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
225 src/nvim/debugger.c @ Line 761 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
226 src/nvim/debugger.c @ Line 762 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
227 src/nvim/decoration.c @ Line 249 readability-else-after-return do not use 'else' after 'break' 1
228 src/nvim/decoration.c @ Line 292 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
229 src/nvim/decoration.c @ Line 371 readability-else-after-return do not use 'else' after 'return' 1
230 src/nvim/diff.c @ Line 437 google-readability-todo missing username/bug in TODO 2
231 src/nvim/diff.c @ Line 638 misc-no-recursion function 'diff_redraw' is within a recursive call chain 6
232 src/nvim/diff.c @ Line 893 misc-no-recursion function 'ex_diffupdate' is within a recursive call chain 1
233 src/nvim/diff.c @ Line 1100 readability-else-after-return do not use 'else' after 'return' 1
234 src/nvim/diff.c @ Line 1113 google-readability-casting redundant cast to the same type 2
235 src/nvim/diff.c @ Line 1226 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
236 src/nvim/diff.c @ Line 1227 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
237 src/nvim/diff.c @ Line 1229 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
238 src/nvim/diff.c @ Line 1230 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
239 src/nvim/diff.c @ Line 1242 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
240 src/nvim/diff.c @ Line 1519 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
241 src/nvim/diff.c @ Line 1524 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
242 src/nvim/diff.c @ Line 1525 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
243 src/nvim/diff.c @ Line 1528 readability-identifier-naming invalid case style for enum constant 'DIFF_ED' 2
244 src/nvim/diff.c @ Line 1529 readability-identifier-naming invalid case style for enum constant 'DIFF_UNIFIED' 2
245 src/nvim/diff.c @ Line 1530 readability-identifier-naming invalid case style for enum constant 'DIFF_NONE' 2
246 src/nvim/diff.c @ Line 1569 bugprone-branch-clone repeated branch in conditional chain 3
247 src/nvim/diff.c @ Line 1765 misc-no-recursion function 'diff_check' is within a recursive call chain 1
248 src/nvim/diff.c @ Line 2013 misc-no-recursion function 'diff_set_topline' is within a recursive call chain 1
249 src/nvim/diff.c @ Line 2492 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
250 src/nvim/diff.c @ Line 3036 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
251 src/nvim/diff.c @ Line 3091 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
252 src/nvim/digraph.c @ Line 1618 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
253 src/nvim/edit.c @ Line 258 readability-identifier-naming invalid case style for variable 'Insstart_textlen' 2
254 src/nvim/edit.c @ Line 259 readability-identifier-naming invalid case style for variable 'Insstart_blank_vcol' 2
255 src/nvim/edit.c @ Line 260 readability-identifier-naming invalid case style for variable 'update_Insstart_orig' 2
256 src/nvim/edit.c @ Line 1418 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
257 src/nvim/edit.c @ Line 1749 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
258 src/nvim/edit.c @ Line 1795 readability-identifier-naming invalid case style for variable 'save_State' 2
259 src/nvim/edit.c @ Line 2197 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
260 src/nvim/edit.c @ Line 2352 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
261 src/nvim/edit.c @ Line 2352 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
262 src/nvim/edit.c @ Line 2354 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
263 src/nvim/edit.c @ Line 2489 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
264 src/nvim/edit.c @ Line 2490 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
265 src/nvim/edit.c @ Line 2896 misc-no-recursion function 'ins_compl_dictionaries' is within a recursive call chain 1
266 src/nvim/edit.c @ Line 2993 misc-no-recursion function 'ins_compl_files' is within a recursive call chain 1
267 src/nvim/edit.c @ Line 3558 misc-no-recursion function 'ins_compl_prep' is within a recursive call chain 4
268 src/nvim/edit.c @ Line 3938 readability-identifier-naming invalid case style for variable 'save_State' 2
269 src/nvim/edit.c @ Line 4107 misc-no-recursion function 'ins_compl_get_exp' is within a recursive call chain 1
270 src/nvim/edit.c @ Line 4216 bugprone-branch-clone repeated branch in conditional chain 3
271 src/nvim/edit.c @ Line 4401 bugprone-branch-clone repeated branch in conditional chain 3
272 src/nvim/edit.c @ Line 4652 misc-no-recursion function 'ins_compl_next' is within a recursive call chain 8
273 src/nvim/edit.c @ Line 4866 misc-no-recursion function 'ins_compl_check_keys' is within a recursive call chain 1
274 src/nvim/edit.c @ Line 5124 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
275 src/nvim/edit.c @ Line 5153 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
276 src/nvim/edit.c @ Line 5155 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
277 src/nvim/edit.c @ Line 5159 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
278 src/nvim/edit.c @ Line 5217 readability-identifier-naming invalid case style for variable 'save_State' 2
279 src/nvim/edit.c @ Line 5761 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
280 src/nvim/edit.c @ Line 6312 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
281 src/nvim/edit.c @ Line 7214 readability-identifier-naming invalid case style for variable 'oldState' 2
282 src/nvim/edit.c @ Line 7255 readability-else-after-return do not use 'else' after 'break' 1
283 src/nvim/edit.c @ Line 7304 readability-identifier-naming invalid case style for variable 'l_State' 2
284 src/nvim/edit.c @ Line 7547 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
285 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'hALEF' 2
286 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'BET' 2
287 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'GIMEL' 2
288 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'DALET' 2
289 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'HEI' 2
290 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'VAV' 2
291 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'ZAIN' 2
292 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'HET' 2
293 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'TET' 2
294 src/nvim/edit.c @ Line 7620 readability-identifier-naming invalid case style for enum constant 'IUD' 2
295 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'KAFsofit' 2
296 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'hKAF' 2
297 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'LAMED' 2
298 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'MEMsofit' 2
299 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'MEM' 2
300 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'NUNsofit' 2
301 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'NUN' 2
302 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'SAMEH' 2
303 src/nvim/edit.c @ Line 7621 readability-identifier-naming invalid case style for enum constant 'AIN' 2
304 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'PEIsofit' 2
305 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'PEI' 2
306 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'ZADIsofit' 2
307 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'ZADI' 2
308 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'KOF' 2
309 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'RESH' 2
310 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'hSHIN' 2
311 src/nvim/edit.c @ Line 7622 readability-identifier-naming invalid case style for enum constant 'TAV' 2
312 src/nvim/edit.c @ Line 7637 readability-else-after-return do not use 'else' after 'return' 1
313 src/nvim/edit.c @ Line 7641 bugprone-branch-clone repeated branch in conditional chain 4
314 src/nvim/edit.c @ Line 7682 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
315 src/nvim/edit.c @ Line 8194 readability-identifier-naming invalid case style for variable 'oldState' 2
316 src/nvim/edit.c @ Line 8542 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
317 src/nvim/edit.c @ Line 8919 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
318 src/nvim/edit.c @ Line 9175 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
319 src/nvim/edit.c @ Line 9248 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
320 src/nvim/edit.c @ Line 9355 readability-identifier-naming invalid case style for variable 'save_State' 2
321 src/nvim/eval.c @ Line 77 readability-identifier-naming invalid case style for global constant 'namespace_char' 2
322 src/nvim/eval.c @ Line 128 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
323 src/nvim/eval.c @ Line 130 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
324 src/nvim/eval.c @ Line 134 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
325 src/nvim/eval.c @ Line 278 readability-identifier-naming invalid case style for global constant 'msgpack_type_names' 2
326 src/nvim/eval.c @ Line 348 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
327 src/nvim/eval.c @ Line 476 readability-non-const-parameter pointer parameter 'value' can be pointer to const 2
328 src/nvim/eval.c @ Line 517 google-readability-casting redundant cast to the same type 1
329 src/nvim/eval.c @ Line 600 google-readability-casting redundant cast to the same type 1
330 src/nvim/eval.c @ Line 786 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
331 src/nvim/eval.c @ Line 846 misc-no-recursion function 'eval_to_string' is within a recursive call chain 1
332 src/nvim/eval.c @ Line 1530 readability-else-after-return do not use 'else' after 'break' 1
333 src/nvim/eval.c @ Line 1566 readability-else-after-return do not use 'else' after 'break' 1
334 src/nvim/eval.c @ Line 1578 readability-else-after-return do not use 'else' after 'return' 1
335 src/nvim/eval.c @ Line 1714 google-readability-casting redundant cast to the same type 1
336 src/nvim/eval.c @ Line 1750 clang-analyzer-core.NonNullParamChecker Null pointer passed to 1st parameter expecting 'nonnull' 45
337 src/nvim/eval.c @ Line 2026 google-readability-casting redundant cast to the same type 1
338 src/nvim/eval.c @ Line 2233 readability-else-after-return do not use 'else' after 'break' 1
339 src/nvim/eval.c @ Line 2422 google-readability-casting redundant cast to the same type 1
340 src/nvim/eval.c @ Line 2469 clang-analyzer-core.NonNullParamChecker Null pointer passed to 1st parameter expecting 'nonnull' 22
341 src/nvim/eval.c @ Line 2549 readability-identifier-naming invalid case style for variable 'di_' 2
342 src/nvim/eval.c @ Line 2656 readability-else-after-return do not use 'else' after 'return' 1
343 src/nvim/eval.c @ Line 2729 bugprone-branch-clone repeated branch in conditional chain 3
344 src/nvim/eval.c @ Line 2935 readability-else-after-return do not use 'else' after 'break' 1
345 src/nvim/eval.c @ Line 3007 google-readability-casting redundant cast to the same type 1
346 src/nvim/eval.c @ Line 3011 google-readability-casting redundant cast to the same type 1
347 src/nvim/eval.c @ Line 3012 google-readability-casting redundant cast to the same type 1
348 src/nvim/eval.c @ Line 3072 clang-analyzer-core.CallAndMessage 2nd function call argument is an uninitialized value 21
349 src/nvim/eval.c @ Line 3072 google-readability-casting redundant cast to the same type 1
350 src/nvim/eval.c @ Line 3152 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
351 src/nvim/eval.c @ Line 3343 misc-no-recursion function 'eval0' is within a recursive call chain 1
352 src/nvim/eval.c @ Line 3386 misc-no-recursion function 'eval1' is within a recursive call chain 1
353 src/nvim/eval.c @ Line 3460 misc-no-recursion function 'eval2' is within a recursive call chain 1
354 src/nvim/eval.c @ Line 3531 misc-no-recursion function 'eval3' is within a recursive call chain 1
355 src/nvim/eval.c @ Line 3611 misc-no-recursion function 'eval4' is within a recursive call chain 1
356 src/nvim/eval.c @ Line 3716 misc-no-recursion function 'eval5' is within a recursive call chain 1
357 src/nvim/eval.c @ Line 3721 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
358 src/nvim/eval.c @ Line 3722 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
359 src/nvim/eval.c @ Line 3890 misc-no-recursion function 'eval6' is within a recursive call chain 1
360 src/nvim/eval.c @ Line 3895 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
361 src/nvim/eval.c @ Line 3897 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
362 src/nvim/eval.c @ Line 4034 misc-no-recursion function 'eval7' is within a recursive call chain 1
363 src/nvim/eval.c @ Line 4039 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
364 src/nvim/eval.c @ Line 4351 google-readability-casting redundant cast to the same type 1
365 src/nvim/eval.c @ Line 4378 readability-else-after-return do not use 'else' after 'return' 1
366 src/nvim/eval.c @ Line 4404 misc-no-recursion function 'eval_method' is within a recursive call chain 1
367 src/nvim/eval.c @ Line 4479 misc-no-recursion function 'eval_index' is within a recursive call chain 1
368 src/nvim/eval.c @ Line 4483 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
369 src/nvim/eval.c @ Line 4815 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
370 src/nvim/eval.c @ Line 4915 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
371 src/nvim/eval.c @ Line 5085 misc-no-recursion function 'get_list_tv' is within a recursive call chain 1
372 src/nvim/eval.c @ Line 5133 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
373 src/nvim/eval.c @ Line 5134 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
374 src/nvim/eval.c @ Line 5135 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
375 src/nvim/eval.c @ Line 5193 readability-identifier-naming invalid case style for variable 'current_copyID' 2
376 src/nvim/eval.c @ Line 5236 readability-identifier-naming invalid case style for variable 'copyID' 2
377 src/nvim/eval.c @ Line 5352 bugprone-too-small-loop-variable loop variable has narrower type 'uint8_t' (aka 'unsigned char') than iteration's upper bound 'int' 1
378 src/nvim/eval.c @ Line 5472 misc-no-recursion function 'set_ref_in_ht' is within a recursive call chain 5
379 src/nvim/eval.c @ Line 5510 misc-no-recursion function 'set_ref_in_list' is within a recursive call chain 1
380 src/nvim/eval.c @ Line 5551 misc-no-recursion function 'set_ref_in_item' is within a recursive call chain 1
381 src/nvim/eval.c @ Line 5705 misc-no-recursion function 'dict_get_tv' is within a recursive call chain 1
382 src/nvim/eval.c @ Line 6095 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
383 src/nvim/eval.c @ Line 6098 readability-else-after-return do not use 'else' after 'break' 1
384 src/nvim/eval.c @ Line 6099 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
385 src/nvim/eval.c @ Line 6245 readability-else-after-return do not use 'else' after 'return' 1
386 src/nvim/eval.c @ Line 6625 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
387 src/nvim/eval.c @ Line 6626 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
388 src/nvim/eval.c @ Line 6930 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
389 src/nvim/eval.c @ Line 7324 readability-non-const-parameter pointer parameter 'col' can be pointer to const 2
390 src/nvim/eval.c @ Line 7496 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
391 src/nvim/eval.c @ Line 7655 bugprone-branch-clone repeated branch in conditional chain 3
392 src/nvim/eval.c @ Line 7726 misc-no-recursion function 'set_ref_in_callback' is within a recursive call chain 1
393 src/nvim/eval.c @ Line 7948 readability-else-after-return do not use 'else' after 'break' 3
394 src/nvim/eval.c @ Line 8050 readability-else-after-return do not use 'else' after 'return' 1
395 src/nvim/eval.c @ Line 8195 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
396 src/nvim/eval.c @ Line 8211 readability-else-after-return do not use 'else' after 'return' 1
397 src/nvim/eval.c @ Line 8350 misc-no-recursion function 'get_name_len' is within a recursive call chain 1
398 src/nvim/eval.c @ Line 8502 misc-no-recursion function 'make_expanded_name' is within a recursive call chain 11
399 src/nvim/eval.c @ Line 8522 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
400 src/nvim/eval.c @ Line 8523 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
401 src/nvim/eval.c @ Line 8524 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
402 src/nvim/eval.c @ Line 8818 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
403 src/nvim/eval.c @ Line 8831 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
404 src/nvim/eval.c @ Line 8833 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
405 src/nvim/eval.c @ Line 8926 readability-else-after-return do not use 'else' after 'return' 1
406 src/nvim/eval.c @ Line 8943 misc-no-recursion function 'handle_subscript' is within a recursive call chain 1
407 src/nvim/eval.c @ Line 9242 google-readability-casting redundant cast to the same type 1
408 src/nvim/eval.c @ Line 9447 google-readability-casting redundant cast to the same type 1
409 src/nvim/eval.c @ Line 9486 readability-else-after-return do not use 'else' after 'return' 1
410 src/nvim/eval.c @ Line 9521 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
411 src/nvim/eval.c @ Line 9657 google-readability-casting redundant cast to the same type 1
412 src/nvim/eval.c @ Line 10122 readability-non-const-parameter pointer parameter 'total' can be pointer to const 2
413 src/nvim/eval.c @ Line 10122 readability-non-const-parameter pointer parameter 'self' can be pointer to const 2
414 src/nvim/eval.c @ Line 10308 readability-else-after-return do not use 'else' after 'return' 1
415 src/nvim/eval.c @ Line 10471 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
416 src/nvim/eval.c @ Line 10747 readability-non-const-parameter pointer parameter 'flags' can be pointer to const 2
417 src/nvim/eval.c @ Line 10811 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
418 src/nvim/eval.c @ Line 11111 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
419 src/nvim/eval.c @ Line 11328 google-readability-casting redundant cast to the same type 1
420 src/nvim/eval/decode.c @ Line 159 readability-else-after-return do not use 'else' after 'return' 1
421 src/nvim/eval/decode.c @ Line 289 readability-else-after-return do not use 'else' after 'return' 1
422 src/nvim/eval/decode.c @ Line 418 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
423 src/nvim/eval/decode.c @ Line 419 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
424 src/nvim/eval/decode.c @ Line 419 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
425 src/nvim/eval/decode.c @ Line 420 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
426 src/nvim/eval/decode.c @ Line 464 readability-identifier-naming invalid case style for static constant 'escapes' 2
427 src/nvim/eval/decode.c @ Line 924 misc-no-recursion function 'msgpack_to_vim' is within a recursive call chain 4
428 src/nvim/eval/encode.c @ Line 32 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
429 src/nvim/eval/encode.c @ Line 33 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
430 src/nvim/eval/encode.c @ Line 34 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
431 src/nvim/eval/encode.c @ Line 273 google-readability-casting redundant cast to the same type 1
432 src/nvim/eval/encode.c @ Line 273 google-readability-casting redundant cast to the same type 1
433 src/nvim/eval/encode.c @ Line 301 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
434 src/nvim/eval/encode.c @ Line 302 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
435 src/nvim/eval/encode.c @ Line 391 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
436 src/nvim/eval/encode.c @ Line 398 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
437 src/nvim/eval/encode.c @ Line 460 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
438 src/nvim/eval/encode.c @ Line 461 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
439 src/nvim/eval/encode.c @ Line 465 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
440 src/nvim/eval/encode.c @ Line 495 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
441 src/nvim/eval/encode.c @ Line 496 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
442 src/nvim/eval/encode.c @ Line 497 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
443 src/nvim/eval/encode.c @ Line 500 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
444 src/nvim/eval/encode.c @ Line 501 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
445 src/nvim/eval/encode.c @ Line 507 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
446 src/nvim/eval/encode.c @ Line 580 readability-identifier-naming invalid case style for global constant 'escapes' 2
447 src/nvim/eval/encode.c @ Line 590 readability-identifier-naming invalid case style for global constant 'xdigits' 2
448 src/nvim/eval/encode.c @ Line 617 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
449 src/nvim/eval/encode.c @ Line 796 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
450 src/nvim/eval/encode.c @ Line 798 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
451 src/nvim/eval/encode.c @ Line 919 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
452 src/nvim/eval/encode.c @ Line 930 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
453 src/nvim/eval/encode.c @ Line 941 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
454 src/nvim/eval/encode.c @ Line 942 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
455 src/nvim/eval/encode.c @ Line 945 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
456 src/nvim/eval/funcs.c @ Line 77 readability-else-after-return do not use 'else' after 'return' 5
457 src/nvim/eval/funcs.c @ Line 77 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
458 src/nvim/eval/funcs.c @ Line 190 readability-else-after-return do not use 'else' after 'return' 1
459 src/nvim/eval/funcs.c @ Line 208 readability-else-after-return do not use 'else' after 'return' 1
460 src/nvim/eval/funcs.c @ Line 1519 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
461 src/nvim/eval/funcs.c @ Line 1655 readability-else-after-return do not use 'else' after 'return' 1
462 src/nvim/eval/funcs.c @ Line 1819 readability-identifier-naming invalid case style for variable 'hlID' 2
463 src/nvim/eval/funcs.c @ Line 2741 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
464 src/nvim/eval/funcs.c @ Line 3744 google-readability-casting redundant cast to the same type 1
465 src/nvim/eval/funcs.c @ Line 4080 readability-else-after-return do not use 'else' after 'break' 2
466 src/nvim/eval/funcs.c @ Line 4156 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
467 src/nvim/eval/funcs.c @ Line 4336 readability-identifier-naming invalid case style for static constant 'has_list' 2
468 src/nvim/eval/funcs.c @ Line 4503 bugprone-branch-clone repeated branch in conditional chain 3
469 src/nvim/eval/funcs.c @ Line 4861 readability-else-after-return do not use 'else' after 'return' 1
470 src/nvim/eval/funcs.c @ Line 5099 google-readability-casting redundant cast to the same type 1
471 src/nvim/eval/funcs.c @ Line 5180 google-readability-casting redundant cast to the same type 1
472 src/nvim/eval/funcs.c @ Line 5364 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
473 src/nvim/eval/funcs.c @ Line 5428 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
474 src/nvim/eval/funcs.c @ Line 5478 google-readability-casting redundant cast to the same type 1
475 src/nvim/eval/funcs.c @ Line 5934 google-readability-casting redundant cast to the same type 1
476 src/nvim/eval/funcs.c @ Line 6085 google-readability-casting redundant cast to the same type 1
477 src/nvim/eval/funcs.c @ Line 6296 google-readability-casting redundant cast to the same type 1
478 src/nvim/eval/funcs.c @ Line 6456 readability-else-after-return do not use 'else' after 'return' 1
479 src/nvim/eval/funcs.c @ Line 6584 readability-else-after-return do not use 'else' after 'break' 1
480 src/nvim/eval/funcs.c @ Line 6943 google-readability-casting redundant cast to the same type 1
481 src/nvim/eval/funcs.c @ Line 7203 google-readability-casting redundant cast to the same type 1
482 src/nvim/eval/funcs.c @ Line 7206 google-readability-casting redundant cast to the same type 1
483 src/nvim/eval/funcs.c @ Line 7213 google-readability-casting redundant cast to the same type 1
484 src/nvim/eval/funcs.c @ Line 7330 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
485 src/nvim/eval/funcs.c @ Line 7506 bugprone-not-null-terminated-result the result from calling 'memmove' is not null-terminated 2
486 src/nvim/eval/funcs.c @ Line 7944 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
487 src/nvim/eval/funcs.c @ Line 8185 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
488 src/nvim/eval/funcs.c @ Line 8385 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
489 src/nvim/eval/funcs.c @ Line 8413 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
490 src/nvim/eval/funcs.c @ Line 8589 readability-else-after-return do not use 'else' after 'return' 1
491 src/nvim/eval/funcs.c @ Line 8690 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
492 src/nvim/eval/funcs.c @ Line 8825 readability-else-after-return do not use 'else' after 'return' 1
493 src/nvim/eval/funcs.c @ Line 8841 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
494 src/nvim/eval/funcs.c @ Line 9178 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
495 src/nvim/eval/funcs.c @ Line 9236 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
496 src/nvim/eval/funcs.c @ Line 9716 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
497 src/nvim/eval/funcs.c @ Line 9748 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
498 src/nvim/eval/funcs.c @ Line 10704 readability-identifier-naming invalid case style for variable 'retList' 2
499 src/nvim/eval/funcs.c @ Line 11173 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
500 src/nvim/eval/funcs.c @ Line 11190 google-readability-casting redundant cast to the same type 1
501 src/nvim/eval/funcs.c @ Line 11467 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
502 src/nvim/eval/typval.c @ Line 271 misc-no-recursion function 'tv_list_free_contents' is within a recursive call chain 1
503 src/nvim/eval/typval.c @ Line 316 misc-no-recursion function 'tv_list_free' is within a recursive call chain 1
504 src/nvim/eval/typval.c @ Line 330 misc-no-recursion function 'tv_list_unref' is within a recursive call chain 1
505 src/nvim/eval/typval.c @ Line 840 misc-no-recursion function 'tv_list_equal' is within a recursive call chain 5
506 src/nvim/eval/typval.c @ Line 883 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
507 src/nvim/eval/typval.c @ Line 884 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
508 src/nvim/eval/typval.c @ Line 910 readability-non-const-parameter pointer parameter 'errp' can be pointer to const 2
509 src/nvim/eval/typval.c @ Line 1256 readability-else-after-return do not use 'else' after 'return' 1
510 src/nvim/eval/typval.c @ Line 1371 misc-no-recursion function 'tv_dict_item_free' is within a recursive call chain 1
511 src/nvim/eval/typval.c @ Line 1443 misc-no-recursion function 'tv_dict_free_contents' is within a recursive call chain 1
512 src/nvim/eval/typval.c @ Line 1496 misc-no-recursion function 'tv_dict_free' is within a recursive call chain 1
513 src/nvim/eval/typval.c @ Line 1511 misc-no-recursion function 'tv_dict_unref' is within a recursive call chain 1
514 src/nvim/eval/typval.c @ Line 1996 misc-no-recursion function 'tv_dict_equal' is within a recursive call chain 1
515 src/nvim/eval/typval.c @ Line 2255 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
516 src/nvim/eval/typval.c @ Line 2256 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
517 src/nvim/eval/typval.c @ Line 2261 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
518 src/nvim/eval/typval.c @ Line 2262 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
519 src/nvim/eval/typval.c @ Line 2267 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
520 src/nvim/eval/typval.c @ Line 2268 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
521 src/nvim/eval/typval.c @ Line 2269 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
522 src/nvim/eval/typval.c @ Line 2276 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
523 src/nvim/eval/typval.c @ Line 2277 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
524 src/nvim/eval/typval.c @ Line 2283 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
525 src/nvim/eval/typval.c @ Line 2284 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
526 src/nvim/eval/typval.c @ Line 2293 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
527 src/nvim/eval/typval.c @ Line 2294 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
528 src/nvim/eval/typval.c @ Line 2295 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
529 src/nvim/eval/typval.c @ Line 2303 readability-identifier-naming invalid case style for variable 'pt_' 2
530 src/nvim/eval/typval.c @ Line 2352 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
531 src/nvim/eval/typval.c @ Line 2353 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
532 src/nvim/eval/typval.c @ Line 2354 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
533 src/nvim/eval/typval.c @ Line 2357 misc-no-recursion function '_nothing_conv_empty_dict' is within a recursive call chain 1
534 src/nvim/eval/typval.c @ Line 2368 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
535 src/nvim/eval/typval.c @ Line 2369 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
536 src/nvim/eval/typval.c @ Line 2390 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
537 src/nvim/eval/typval.c @ Line 2397 misc-no-recursion function '_nothing_conv_list_end' is within a recursive call chain 1
538 src/nvim/eval/typval.c @ Line 2430 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
539 src/nvim/eval/typval.c @ Line 2431 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
540 src/nvim/eval/typval.c @ Line 2440 misc-no-recursion function '_nothing_conv_dict_end' is within a recursive call chain 1
541 src/nvim/eval/typval.c @ Line 2450 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
542 src/nvim/eval/typval.c @ Line 2498 misc-no-recursion function 'tv_clear' is within a recursive call chain 11
543 src/nvim/eval/typval.c @ Line 2616 misc-no-recursion function 'tv_item_lock' is within a recursive call chain 4
544 src/nvim/eval/typval.c @ Line 2634 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
545 src/nvim/eval/typval.c @ Line 2635 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
546 src/nvim/eval/typval.c @ Line 2636 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
547 src/nvim/eval/typval.c @ Line 2803 misc-no-recursion function 'tv_equal' is within a recursive call chain 1
548 src/nvim/eval/typval.c @ Line 2864 google-readability-casting redundant cast to the same type 1
549 src/nvim/eval/typval.c @ Line 2930 readability-identifier-naming invalid case style for global constant 'num_errors' 2
550 src/nvim/eval/typval.c @ Line 2975 readability-identifier-naming invalid case style for global constant 'str_errors' 2
551 src/nvim/eval/typval.c @ Line 3186 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
552 src/nvim/eval/typval.c @ Line 3189 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
553 src/nvim/eval/typval.c @ Line 3263 google-readability-casting redundant cast to the same type 1
554 src/nvim/eval/userfunc.c @ Line 227 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
555 src/nvim/eval/userfunc.c @ Line 269 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
556 src/nvim/eval/userfunc.c @ Line 285 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
557 src/nvim/eval/userfunc.c @ Line 293 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
558 src/nvim/eval/userfunc.c @ Line 520 google-readability-casting redundant cast to the same type 1
559 src/nvim/eval/userfunc.c @ Line 532 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
560 src/nvim/eval/userfunc.c @ Line 538 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
561 src/nvim/eval/userfunc.c @ Line 568 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
562 src/nvim/eval/userfunc.c @ Line 569 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
563 src/nvim/eval/userfunc.c @ Line 571 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
564 src/nvim/eval/userfunc.c @ Line 591 misc-no-recursion function 'free_funccal' is within a recursive call chain 1
565 src/nvim/eval/userfunc.c @ Line 613 misc-no-recursion function 'free_funccal_contents' is within a recursive call chain 1
566 src/nvim/eval/userfunc.c @ Line 700 misc-no-recursion function 'funccal_unref' is within a recursive call chain 9
567 src/nvim/eval/userfunc.c @ Line 762 misc-no-recursion function 'func_clear' is within a recursive call chain 1
568 src/nvim/eval/userfunc.c @ Line 791 misc-no-recursion function 'func_clear_free' is within a recursive call chain 1
569 src/nvim/eval/userfunc.c @ Line 969 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
570 src/nvim/eval/userfunc.c @ Line 1027 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
571 src/nvim/eval/userfunc.c @ Line 1227 readability-non-const-parameter pointer parameter 'name' can be pointer to const 2
572 src/nvim/eval/userfunc.c @ Line 1715 google-readability-casting redundant cast to the same type 1
573 src/nvim/eval/userfunc.c @ Line 1823 google-readability-casting redundant cast to the same type 1
574 src/nvim/eval/userfunc.c @ Line 1890 google-readability-casting redundant cast to the same type 1
575 src/nvim/eval/userfunc.c @ Line 2030 readability-else-after-return do not use 'else' after 'return' 1
576 src/nvim/eval/userfunc.c @ Line 2500 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
577 src/nvim/eval/userfunc.c @ Line 2546 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
578 src/nvim/eval/userfunc.c @ Line 2687 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
579 src/nvim/eval/userfunc.c @ Line 2689 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
580 src/nvim/eval/userfunc.c @ Line 2806 misc-no-recursion function 'func_ptr_unref' is within a recursive call chain 1
581 src/nvim/eval/userfunc.c @ Line 3143 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
582 src/nvim/eval/userfunc.c @ Line 3146 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
583 src/nvim/eval/userfunc.c @ Line 3515 misc-no-recursion function 'set_ref_in_funccal' is within a recursive call chain 5
584 src/nvim/eval/userfunc.c @ Line 3591 misc-no-recursion function 'set_ref_in_func' is within a recursive call chain 1
585 src/nvim/eval/userfunc.c @ Line 3632 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
586 src/nvim/event/multiqueue.c @ Line 90 readability-identifier-naming invalid case style for variable 'NILEVENT' 2
587 src/nvim/event/process.c @ Line 141 readability-else-after-return do not use 'else' after 'break' 2
588 src/nvim/event/process.c @ Line 177 readability-else-after-return do not use 'else' after 'break' 2
589 src/nvim/event/process.c @ Line 189 readability-else-after-return do not use 'else' after 'break' 2
590 src/nvim/event/rstream.c @ Line 114 readability-else-after-return do not use 'else' after 'return' 1
591 src/nvim/event/rstream.c @ Line 209 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
592 src/nvim/event/rstream.c @ Line 210 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
593 src/nvim/event/socket.c @ Line 184 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
594 src/nvim/event/socket.c @ Line 250 readability-else-after-return do not use 'else' after 'break' 2
595 src/nvim/event/wstream.c @ Line 16 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
596 src/nvim/ex_cmds.c @ Line 306 google-readability-braces-around-statements statement should be inside braces 2
597 src/nvim/ex_cmds.c @ Line 306 readability-braces-around-statements statement should be inside braces 2
598 src/nvim/ex_cmds.c @ Line 655 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
599 src/nvim/ex_cmds.c @ Line 674 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
600 src/nvim/ex_cmds.c @ Line 796 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
601 src/nvim/ex_cmds.c @ Line 865 bugprone-branch-clone repeated branch in conditional chain 3
602 src/nvim/ex_cmds.c @ Line 1175 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
603 src/nvim/ex_cmds.c @ Line 1178 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
604 src/nvim/ex_cmds.c @ Line 1181 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
605 src/nvim/ex_cmds.c @ Line 1224 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
606 src/nvim/ex_cmds.c @ Line 1225 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
607 src/nvim/ex_cmds.c @ Line 1226 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
608 src/nvim/ex_cmds.c @ Line 1637 readability-else-after-return do not use 'else' after 'break' 1
609 src/nvim/ex_cmds.c @ Line 1687 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
610 src/nvim/ex_cmds.c @ Line 2013 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
611 src/nvim/ex_cmds.c @ Line 2169 readability-else-after-return do not use 'else' after 'return' 1
612 src/nvim/ex_cmds.c @ Line 2557 clang-analyzer-core.NullDereference Access to field 'w_buffer' results in a dereference of a null pointer (loaded from variable 'oldwin') 77
613 src/nvim/ex_cmds.c @ Line 2973 readability-identifier-naming invalid case style for variable 'save_State' 2
614 src/nvim/ex_cmds.c @ Line 3084 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
615 src/nvim/ex_cmds.c @ Line 3275 readability-non-const-parameter pointer parameter 'sub' can be pointer to const 2
616 src/nvim/ex_cmds.c @ Line 3275 readability-non-const-parameter pointer parameter 'cmd' can be pointer to const 2
617 src/nvim/ex_cmds.c @ Line 3456 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
618 src/nvim/ex_cmds.c @ Line 3649 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
619 src/nvim/ex_cmds.c @ Line 3812 readability-identifier-naming invalid case style for variable 'save_State' 2
620 src/nvim/ex_cmds.c @ Line 3834 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
621 src/nvim/ex_cmds.c @ Line 4113 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
622 src/nvim/ex_cmds.c @ Line 4218 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
623 src/nvim/ex_cmds.c @ Line 4449 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
624 src/nvim/ex_cmds.c @ Line 4741 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
625 src/nvim/ex_cmds.c @ Line 5053 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
626 src/nvim/ex_cmds.c @ Line 5069 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
627 src/nvim/ex_cmds.c @ Line 5070 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
628 src/nvim/ex_cmds.c @ Line 5073 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
629 src/nvim/ex_cmds.c @ Line 5103 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
630 src/nvim/ex_cmds.c @ Line 5107 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
631 src/nvim/ex_cmds.c @ Line 5135 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
632 src/nvim/ex_cmds.c @ Line 5149 readability-else-after-return do not use 'else' after 'continue' 1
633 src/nvim/ex_cmds.c @ Line 5149 bugprone-branch-clone repeated branch in conditional chain 3
634 src/nvim/ex_cmds.c @ Line 5164 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
635 src/nvim/ex_cmds.c @ Line 5500 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
636 src/nvim/ex_cmds.c @ Line 5759 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
637 src/nvim/ex_cmds.c @ Line 5765 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
638 src/nvim/ex_cmds.c @ Line 5768 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
639 src/nvim/ex_cmds2.c @ Line 226 readability-identifier-naming invalid case style for enum constant 'PEXP_SUBCMD' 2
640 src/nvim/ex_cmds2.c @ Line 227 readability-identifier-naming invalid case style for enum constant 'PEXP_FUNC' 2
641 src/nvim/ex_cmds2.c @ Line 381 readability-non-const-parameter pointer parameter 'tm' can be pointer to const 2
642 src/nvim/ex_cmds2.c @ Line 1707 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
643 src/nvim/ex_cmds2.c @ Line 1852 readability-else-after-return do not use 'else' after 'return' 1
644 src/nvim/ex_cmds2.c @ Line 2039 readability-identifier-naming invalid case style for variable 'last_current_SID' 2
645 src/nvim/ex_cmds2.c @ Line 2040 readability-identifier-naming invalid case style for variable 'last_current_SID_seq' 2
646 src/nvim/ex_cmds2.c @ Line 2187 google-readability-casting redundant cast to the same type 1
647 src/nvim/ex_cmds2.c @ Line 2778 readability-non-const-parameter pointer parameter 'lang' can be pointer to const 2
648 src/nvim/ex_cmds2.c @ Line 2925 readability-redundant-preprocessor nested redundant #ifdef; consider removing it 2
649 src/nvim/ex_cmds2.c @ Line 2931 readability-redundant-preprocessor nested redundant #ifdef; consider removing it 2
650 src/nvim/ex_cmds2.c @ Line 2958 bugprone-reserved-identifier declaration uses identifier '_nl_msg_cat_cntr', which is reserved in the global namespace 2
651 src/nvim/ex_cmds2.c @ Line 2958 readability-identifier-naming invalid case style for variable '_nl_msg_cat_cntr' 1
652 src/nvim/ex_docmd.c @ Line 311 misc-no-recursion function 'do_cmdline' is within a recursive call chain 6
653 src/nvim/ex_docmd.c @ Line 1131 readability-non-const-parameter pointer parameter 'arg' can be pointer to const 2
654 src/nvim/ex_docmd.c @ Line 1252 misc-no-recursion function 'do_one_cmd' is within a recursive call chain 1
655 src/nvim/ex_docmd.c @ Line 1476 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
656 src/nvim/ex_docmd.c @ Line 1837 bugprone-branch-clone switch has 2 consecutive identical branches 2
657 src/nvim/ex_docmd.c @ Line 2017 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
658 src/nvim/ex_docmd.c @ Line 2533 readability-non-const-parameter pointer parameter 'cmd' can be pointer to const 2
659 src/nvim/ex_docmd.c @ Line 2559 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
660 src/nvim/ex_docmd.c @ Line 2564 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
661 src/nvim/ex_docmd.c @ Line 2649 google-readability-casting redundant cast to the same type 1
662 src/nvim/ex_docmd.c @ Line 2704 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
663 src/nvim/ex_docmd.c @ Line 2708 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
664 src/nvim/ex_docmd.c @ Line 2846 bugprone-signed-char-misuse comparison between 'signed char' and 'unsigned char' 1
665 src/nvim/ex_docmd.c @ Line 3358 readability-else-after-return do not use 'else' after 'return' 1
666 src/nvim/ex_docmd.c @ Line 3585 readability-else-after-return do not use 'else' after 'return' 1
667 src/nvim/ex_docmd.c @ Line 3969 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
668 src/nvim/ex_docmd.c @ Line 4364 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
669 src/nvim/ex_docmd.c @ Line 4368 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
670 src/nvim/ex_docmd.c @ Line 4371 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
671 src/nvim/ex_docmd.c @ Line 4372 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
672 src/nvim/ex_docmd.c @ Line 4373 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
673 src/nvim/ex_docmd.c @ Line 4532 google-readability-braces-around-statements statement should be inside braces 2
674 src/nvim/ex_docmd.c @ Line 4532 readability-braces-around-statements statement should be inside braces 2
675 src/nvim/ex_docmd.c @ Line 4536 readability-misleading-indentation misleading indentation: statement is indented too deeply 2
676 src/nvim/ex_docmd.c @ Line 4589 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
677 src/nvim/ex_docmd.c @ Line 4594 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
678 src/nvim/ex_docmd.c @ Line 5096 readability-else-after-return do not use 'else' after 'return' 1
679 src/nvim/ex_docmd.c @ Line 5319 readability-else-after-return do not use 'else' after 'return' 1
680 src/nvim/ex_docmd.c @ Line 5326 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
681 src/nvim/ex_docmd.c @ Line 5443 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
682 src/nvim/ex_docmd.c @ Line 5456 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
683 src/nvim/ex_docmd.c @ Line 5833 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
684 src/nvim/ex_docmd.c @ Line 5835 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
685 src/nvim/ex_docmd.c @ Line 5861 readability-identifier-naming invalid case style for enum constant 'ct_ARGS' 2
686 src/nvim/ex_docmd.c @ Line 5862 readability-identifier-naming invalid case style for enum constant 'ct_BANG' 2
687 src/nvim/ex_docmd.c @ Line 5863 readability-identifier-naming invalid case style for enum constant 'ct_COUNT' 2
688 src/nvim/ex_docmd.c @ Line 5864 readability-identifier-naming invalid case style for enum constant 'ct_LINE1' 2
689 src/nvim/ex_docmd.c @ Line 5865 readability-identifier-naming invalid case style for enum constant 'ct_LINE2' 2
690 src/nvim/ex_docmd.c @ Line 5866 readability-identifier-naming invalid case style for enum constant 'ct_RANGE' 2
691 src/nvim/ex_docmd.c @ Line 5867 readability-identifier-naming invalid case style for enum constant 'ct_MODS' 2
692 src/nvim/ex_docmd.c @ Line 5868 readability-identifier-naming invalid case style for enum constant 'ct_REGISTER' 2
693 src/nvim/ex_docmd.c @ Line 5869 readability-identifier-naming invalid case style for enum constant 'ct_LT' 2
694 src/nvim/ex_docmd.c @ Line 5870 readability-identifier-naming invalid case style for enum constant 'ct_NONE' 2
695 src/nvim/ex_docmd.c @ Line 5909 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
696 src/nvim/ex_docmd.c @ Line 5927 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
697 src/nvim/ex_docmd.c @ Line 5958 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
698 src/nvim/ex_docmd.c @ Line 6006 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
699 src/nvim/ex_docmd.c @ Line 6133 misc-no-recursion function 'do_ucmd' is within a recursive call chain 1
700 src/nvim/ex_docmd.c @ Line 6142 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
701 src/nvim/ex_docmd.c @ Line 6225 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
702 src/nvim/ex_docmd.c @ Line 6314 readability-else-after-return do not use 'else' after 'return' 1
703 src/nvim/ex_docmd.c @ Line 6325 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
704 src/nvim/ex_docmd.c @ Line 6702 readability-else-after-return do not use 'else' after 'return' 1
705 src/nvim/ex_docmd.c @ Line 6807 readability-else-after-return do not use 'else' after 'break' 1
706 src/nvim/ex_docmd.c @ Line 6951 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
707 src/nvim/ex_docmd.c @ Line 7882 readability-uppercase-literal-suffix integer literal has suffix 'l', which is not uppercase 2
708 src/nvim/ex_docmd.c @ Line 7883 readability-else-after-return do not use 'else' after 'break' 2
709 src/nvim/ex_docmd.c @ Line 8294 google-readability-todo missing username/bug in TODO 2
710 src/nvim/ex_docmd.c @ Line 8814 readability-non-const-parameter pointer parameter 'name' can be pointer to const 2
711 src/nvim/ex_docmd.c @ Line 8860 readability-identifier-naming invalid case style for enum constant 'SPEC_PERC' 2
712 src/nvim/ex_docmd.c @ Line 8861 readability-identifier-naming invalid case style for enum constant 'SPEC_HASH' 2
713 src/nvim/ex_docmd.c @ Line 8862 readability-identifier-naming invalid case style for enum constant 'SPEC_CWORD' 2
714 src/nvim/ex_docmd.c @ Line 8863 readability-identifier-naming invalid case style for enum constant 'SPEC_CCWORD' 2
715 src/nvim/ex_docmd.c @ Line 8864 readability-identifier-naming invalid case style for enum constant 'SPEC_CEXPR' 2
716 src/nvim/ex_docmd.c @ Line 8865 readability-identifier-naming invalid case style for enum constant 'SPEC_CFILE' 2
717 src/nvim/ex_docmd.c @ Line 8866 readability-identifier-naming invalid case style for enum constant 'SPEC_SFILE' 2
718 src/nvim/ex_docmd.c @ Line 8867 readability-identifier-naming invalid case style for enum constant 'SPEC_SLNUM' 2
719 src/nvim/ex_docmd.c @ Line 8868 readability-identifier-naming invalid case style for enum constant 'SPEC_STACK' 2
720 src/nvim/ex_docmd.c @ Line 8869 readability-identifier-naming invalid case style for enum constant 'SPEC_AFILE' 2
721 src/nvim/ex_docmd.c @ Line 8870 readability-identifier-naming invalid case style for enum constant 'SPEC_ABUF' 2
722 src/nvim/ex_docmd.c @ Line 8871 readability-identifier-naming invalid case style for enum constant 'SPEC_AMATCH' 2
723 src/nvim/ex_docmd.c @ Line 8872 readability-identifier-naming invalid case style for enum constant 'SPEC_SFLNUM' 2
724 src/nvim/ex_docmd.c @ Line 8873 readability-identifier-naming invalid case style for enum constant 'SPEC_SID' 2
725 src/nvim/ex_docmd.c @ Line 8942 readability-non-const-parameter pointer parameter 'srcstart' can be pointer to const 2
726 src/nvim/ex_docmd.c @ Line 9294 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
727 src/nvim/ex_docmd.c @ Line 9296 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
728 src/nvim/ex_docmd.c @ Line 9820 bugprone-suspicious-string-compare function 'strcmp' is called without explicitly comparing result 2
729 src/nvim/ex_eval.c @ Line 287 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
730 src/nvim/ex_eval.c @ Line 392 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
731 src/nvim/ex_eval.c @ Line 393 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
732 src/nvim/ex_eval.c @ Line 401 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
733 src/nvim/ex_eval.c @ Line 402 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
734 src/nvim/ex_eval.c @ Line 422 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
735 src/nvim/ex_eval.c @ Line 431 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
736 src/nvim/ex_eval.c @ Line 533 readability-identifier-naming invalid case style for variable 'saved_IObuff' 2
737 src/nvim/ex_eval.c @ Line 1636 google-readability-braces-around-statements statement should be inside braces 2
738 src/nvim/ex_eval.c @ Line 1636 readability-braces-around-statements statement should be inside braces 2
739 src/nvim/ex_eval.c @ Line 1703 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
740 src/nvim/ex_getln.c @ Line 432 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
741 src/nvim/ex_getln.c @ Line 586 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
742 src/nvim/ex_getln.c @ Line 1064 readability-identifier-naming invalid case style for variable 'old_RedrawingDisabled' 2
743 src/nvim/ex_getln.c @ Line 1127 readability-else-after-return do not use 'else' after 'break' 1
744 src/nvim/ex_getln.c @ Line 1199 readability-else-after-return do not use 'else' after 'break' 1
745 src/nvim/ex_getln.c @ Line 1276 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
746 src/nvim/ex_getln.c @ Line 1486 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
747 src/nvim/ex_getln.c @ Line 1897 bugprone-branch-clone switch has 2 consecutive identical branches 2
748 src/nvim/ex_getln.c @ Line 1947 bugprone-branch-clone switch has 2 consecutive identical branches 2
749 src/nvim/ex_getln.c @ Line 2093 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
750 src/nvim/ex_getln.c @ Line 2407 readability-else-after-return do not use 'else' after 'return' 1
751 src/nvim/ex_getln.c @ Line 2581 readability-identifier-naming invalid case style for enum constant 'MAX_CB_ERRORS' 2
752 src/nvim/ex_getln.c @ Line 2656 misc-no-recursion function 'color_cmdline' is within a recursive call chain 1
753 src/nvim/ex_getln.c @ Line 2877 misc-no-recursion function 'draw_cmdline' is within a recursive call chain 1
754 src/nvim/ex_getln.c @ Line 3040 google-readability-casting redundant cast to the same type 1
755 src/nvim/ex_getln.c @ Line 3050 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
756 src/nvim/ex_getln.c @ Line 3125 misc-no-recursion function 'putcmdline' is within a recursive call chain 1
757 src/nvim/ex_getln.c @ Line 3138 google-readability-casting redundant cast to the same type 1
758 src/nvim/ex_getln.c @ Line 3422 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
759 src/nvim/ex_getln.c @ Line 3456 misc-no-recursion function 'redrawcmdline' is within a recursive call chain 7
760 src/nvim/ex_getln.c @ Line 3499 misc-no-recursion function 'redrawcmd' is within a recursive call chain 1
761 src/nvim/ex_getln.c @ Line 3669 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
762 src/nvim/ex_getln.c @ Line 3854 readability-else-after-return do not use 'else' after 'return' 1
763 src/nvim/ex_getln.c @ Line 3992 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
764 src/nvim/ex_getln.c @ Line 3994 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
765 src/nvim/ex_getln.c @ Line 4158 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
766 src/nvim/ex_getln.c @ Line 4198 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
767 src/nvim/ex_getln.c @ Line 4448 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
768 src/nvim/ex_getln.c @ Line 4677 readability-non-const-parameter pointer parameter 'str' can be pointer to const 2
769 src/nvim/ex_getln.c @ Line 4767 misc-no-recursion function 'ExpandFromContext' is within a recursive call chain 6
770 src/nvim/ex_getln.c @ Line 5108 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
771 src/nvim/ex_getln.c @ Line 5348 misc-no-recursion function 'ExpandRTDir' is within a recursive call chain 1
772 src/nvim/ex_getln.c @ Line 5457 misc-no-recursion function 'ExpandPackAddDir' is within a recursive call chain 1
773 src/nvim/ex_getln.c @ Line 5496 misc-no-recursion function 'globpath' is within a recursive call chain 1
774 src/nvim/ex_getln.c @ Line 5847 bugprone-branch-clone repeated branch in conditional chain 3
775 src/nvim/ex_getln.c @ Line 5849 readability-else-after-return do not use 'else' after 'return' 1
776 src/nvim/ex_getln.c @ Line 5986 readability-else-after-return do not use 'else' after 'return' 1
777 src/nvim/ex_getln.c @ Line 6069 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
778 src/nvim/ex_getln.c @ Line 6146 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
779 src/nvim/ex_getln.c @ Line 6182 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
780 src/nvim/ex_getln.c @ Line 6184 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
781 src/nvim/ex_getln.c @ Line 6184 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 6
782 src/nvim/ex_getln.c @ Line 6210 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
783 src/nvim/ex_getln.c @ Line 6262 readability-identifier-naming invalid case style for variable 'save_State' 2
784 src/nvim/ex_getln.c @ Line 6385 readability-identifier-naming invalid case style for variable 'save_KeyTyped' 2
785 src/nvim/ex_session.c @ Line 106 misc-no-recursion function 'ses_win_rec' is within a recursive call chain 4
786 src/nvim/ex_session.c @ Line 164 misc-no-recursion function 'ses_do_frame' is within a recursive call chain 4
787 src/nvim/ex_session.c @ Line 234 readability-non-const-parameter pointer parameter 'flagp' can be pointer to const 2
788 src/nvim/ex_session.c @ Line 880 readability-identifier-naming invalid case style for variable 'viewFile' 2
789 src/nvim/ex_session.c @ Line 1063 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
790 src/nvim/extmark.c @ Line 510 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
791 src/nvim/extmark.c @ Line 511 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
792 src/nvim/extmark.c @ Line 711 google-readability-casting redundant cast to the same type 1
793 src/nvim/extmark.c @ Line 715 readability-else-after-return do not use 'else' after 'return' 1
794 src/nvim/file_search.c @ Line 270 google-readability-braces-around-statements statement should be inside braces 2
795 src/nvim/file_search.c @ Line 270 readability-braces-around-statements statement should be inside braces 2
796 src/nvim/file_search.c @ Line 282 google-readability-braces-around-statements statement should be inside braces 2
797 src/nvim/file_search.c @ Line 282 readability-braces-around-statements statement should be inside braces 2
798 src/nvim/file_search.c @ Line 290 google-readability-braces-around-statements statement should be inside braces 2
799 src/nvim/file_search.c @ Line 290 readability-braces-around-statements statement should be inside braces 2
800 src/nvim/file_search.c @ Line 294 google-readability-braces-around-statements statement should be inside braces 2
801 src/nvim/file_search.c @ Line 294 readability-braces-around-statements statement should be inside braces 2
802 src/nvim/file_search.c @ Line 314 google-readability-braces-around-statements statement should be inside braces 2
803 src/nvim/file_search.c @ Line 314 readability-braces-around-statements statement should be inside braces 2
804 src/nvim/file_search.c @ Line 316 google-readability-braces-around-statements statement should be inside braces 2
805 src/nvim/file_search.c @ Line 316 readability-braces-around-statements statement should be inside braces 2
806 src/nvim/file_search.c @ Line 335 google-readability-braces-around-statements statement should be inside braces 2
807 src/nvim/file_search.c @ Line 335 readability-braces-around-statements statement should be inside braces 2
808 src/nvim/file_search.c @ Line 362 google-readability-braces-around-statements statement should be inside braces 2
809 src/nvim/file_search.c @ Line 362 readability-braces-around-statements statement should be inside braces 2
810 src/nvim/file_search.c @ Line 382 google-readability-braces-around-statements statement should be inside braces 2
811 src/nvim/file_search.c @ Line 382 readability-braces-around-statements statement should be inside braces 2
812 src/nvim/file_search.c @ Line 431 google-readability-braces-around-statements statement should be inside braces 2
813 src/nvim/file_search.c @ Line 431 readability-braces-around-statements statement should be inside braces 2
814 src/nvim/file_search.c @ Line 433 google-readability-braces-around-statements statement should be inside braces 2
815 src/nvim/file_search.c @ Line 433 readability-braces-around-statements statement should be inside braces 2
816 src/nvim/file_search.c @ Line 436 google-readability-braces-around-statements statement should be inside braces 2
817 src/nvim/file_search.c @ Line 436 readability-braces-around-statements statement should be inside braces 2
818 src/nvim/file_search.c @ Line 445 google-readability-braces-around-statements statement should be inside braces 2
819 src/nvim/file_search.c @ Line 445 readability-braces-around-statements statement should be inside braces 2
820 src/nvim/file_search.c @ Line 450 google-readability-braces-around-statements statement should be inside braces 2
821 src/nvim/file_search.c @ Line 450 readability-braces-around-statements statement should be inside braces 2
822 src/nvim/file_search.c @ Line 467 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
823 src/nvim/file_search.c @ Line 473 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
824 src/nvim/file_search.c @ Line 474 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
825 src/nvim/file_search.c @ Line 476 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
826 src/nvim/file_search.c @ Line 497 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
827 src/nvim/file_search.c @ Line 498 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
828 src/nvim/file_search.c @ Line 544 google-readability-braces-around-statements statement should be inside braces 2
829 src/nvim/file_search.c @ Line 544 readability-braces-around-statements statement should be inside braces 2
830 src/nvim/file_search.c @ Line 554 google-readability-braces-around-statements statement should be inside braces 2
831 src/nvim/file_search.c @ Line 554 readability-braces-around-statements statement should be inside braces 2
832 src/nvim/file_search.c @ Line 585 google-readability-braces-around-statements statement should be inside braces 2
833 src/nvim/file_search.c @ Line 585 readability-braces-around-statements statement should be inside braces 2
834 src/nvim/file_search.c @ Line 597 google-readability-braces-around-statements statement should be inside braces 2
835 src/nvim/file_search.c @ Line 597 readability-braces-around-statements statement should be inside braces 2
836 src/nvim/file_search.c @ Line 607 google-readability-braces-around-statements statement should be inside braces 2
837 src/nvim/file_search.c @ Line 607 readability-braces-around-statements statement should be inside braces 2
838 src/nvim/file_search.c @ Line 612 google-readability-braces-around-statements statement should be inside braces 2
839 src/nvim/file_search.c @ Line 612 readability-braces-around-statements statement should be inside braces 2
840 src/nvim/file_search.c @ Line 692 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
841 src/nvim/file_search.c @ Line 704 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
842 src/nvim/file_search.c @ Line 730 google-readability-braces-around-statements statement should be inside braces 2
843 src/nvim/file_search.c @ Line 730 readability-braces-around-statements statement should be inside braces 2
844 src/nvim/file_search.c @ Line 757 google-readability-braces-around-statements statement should be inside braces 2
845 src/nvim/file_search.c @ Line 757 readability-braces-around-statements statement should be inside braces 2
846 src/nvim/file_search.c @ Line 769 google-readability-braces-around-statements statement should be inside braces 2
847 src/nvim/file_search.c @ Line 769 readability-braces-around-statements statement should be inside braces 2
848 src/nvim/file_search.c @ Line 780 google-readability-braces-around-statements statement should be inside braces 2
849 src/nvim/file_search.c @ Line 780 readability-braces-around-statements statement should be inside braces 2
850 src/nvim/file_search.c @ Line 794 google-readability-braces-around-statements statement should be inside braces 2
851 src/nvim/file_search.c @ Line 794 readability-braces-around-statements statement should be inside braces 2
852 src/nvim/file_search.c @ Line 803 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
853 src/nvim/file_search.c @ Line 808 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
854 src/nvim/file_search.c @ Line 815 google-readability-braces-around-statements statement should be inside braces 2
855 src/nvim/file_search.c @ Line 815 readability-braces-around-statements statement should be inside braces 2
856 src/nvim/file_search.c @ Line 817 google-readability-braces-around-statements statement should be inside braces 2
857 src/nvim/file_search.c @ Line 817 readability-braces-around-statements statement should be inside braces 2
858 src/nvim/file_search.c @ Line 857 google-readability-braces-around-statements statement should be inside braces 2
859 src/nvim/file_search.c @ Line 857 readability-braces-around-statements statement should be inside braces 2
860 src/nvim/file_search.c @ Line 863 google-readability-braces-around-statements statement should be inside braces 2
861 src/nvim/file_search.c @ Line 863 readability-braces-around-statements statement should be inside braces 2
862 src/nvim/file_search.c @ Line 878 google-readability-braces-around-statements statement should be inside braces 2
863 src/nvim/file_search.c @ Line 878 readability-braces-around-statements statement should be inside braces 2
864 src/nvim/file_search.c @ Line 892 google-readability-braces-around-statements statement should be inside braces 2
865 src/nvim/file_search.c @ Line 892 readability-braces-around-statements statement should be inside braces 2
866 src/nvim/file_search.c @ Line 914 google-readability-braces-around-statements statement should be inside braces 2
867 src/nvim/file_search.c @ Line 914 readability-braces-around-statements statement should be inside braces 2
868 src/nvim/file_search.c @ Line 916 google-readability-braces-around-statements statement should be inside braces 2
869 src/nvim/file_search.c @ Line 916 readability-braces-around-statements statement should be inside braces 2
870 src/nvim/file_search.c @ Line 939 google-readability-braces-around-statements statement should be inside braces 2
871 src/nvim/file_search.c @ Line 939 readability-braces-around-statements statement should be inside braces 2
872 src/nvim/file_search.c @ Line 944 google-readability-braces-around-statements statement should be inside braces 2
873 src/nvim/file_search.c @ Line 944 readability-braces-around-statements statement should be inside braces 2
874 src/nvim/file_search.c @ Line 947 google-readability-braces-around-statements statement should be inside braces 2
875 src/nvim/file_search.c @ Line 947 readability-braces-around-statements statement should be inside braces 2
876 src/nvim/file_search.c @ Line 952 google-readability-braces-around-statements statement should be inside braces 2
877 src/nvim/file_search.c @ Line 952 readability-braces-around-statements statement should be inside braces 2
878 src/nvim/file_search.c @ Line 959 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
879 src/nvim/file_search.c @ Line 963 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
880 src/nvim/file_search.c @ Line 969 google-readability-braces-around-statements statement should be inside braces 2
881 src/nvim/file_search.c @ Line 969 readability-braces-around-statements statement should be inside braces 2
882 src/nvim/file_search.c @ Line 986 google-readability-braces-around-statements statement should be inside braces 2
883 src/nvim/file_search.c @ Line 986 readability-braces-around-statements statement should be inside braces 2
884 src/nvim/file_search.c @ Line 1080 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
885 src/nvim/file_search.c @ Line 1158 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
886 src/nvim/file_search.c @ Line 1161 google-readability-braces-around-statements statement should be inside braces 2
887 src/nvim/file_search.c @ Line 1161 readability-braces-around-statements statement should be inside braces 2
888 src/nvim/file_search.c @ Line 1163 google-readability-braces-around-statements statement should be inside braces 2
889 src/nvim/file_search.c @ Line 1163 readability-braces-around-statements statement should be inside braces 2
890 src/nvim/file_search.c @ Line 1188 google-readability-braces-around-statements statement should be inside braces 2
891 src/nvim/file_search.c @ Line 1188 readability-braces-around-statements statement should be inside braces 2
892 src/nvim/file_search.c @ Line 1192 google-readability-braces-around-statements statement should be inside braces 2
893 src/nvim/file_search.c @ Line 1192 readability-braces-around-statements statement should be inside braces 2
894 src/nvim/file_search.c @ Line 1221 google-readability-braces-around-statements statement should be inside braces 2
895 src/nvim/file_search.c @ Line 1221 readability-braces-around-statements statement should be inside braces 2
896 src/nvim/file_search.c @ Line 1255 google-readability-braces-around-statements statement should be inside braces 2
897 src/nvim/file_search.c @ Line 1255 readability-braces-around-statements statement should be inside braces 2
898 src/nvim/file_search.c @ Line 1291 google-readability-braces-around-statements statement should be inside braces 2
899 src/nvim/file_search.c @ Line 1291 readability-braces-around-statements statement should be inside braces 2
900 src/nvim/file_search.c @ Line 1295 google-readability-braces-around-statements statement should be inside braces 2
901 src/nvim/file_search.c @ Line 1295 readability-braces-around-statements statement should be inside braces 2
902 src/nvim/file_search.c @ Line 1305 google-readability-braces-around-statements statement should be inside braces 2
903 src/nvim/file_search.c @ Line 1305 readability-braces-around-statements statement should be inside braces 2
904 src/nvim/file_search.c @ Line 1308 google-readability-braces-around-statements statement should be inside braces 2
905 src/nvim/file_search.c @ Line 1308 readability-braces-around-statements statement should be inside braces 2
906 src/nvim/file_search.c @ Line 1471 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
907 src/nvim/file_search.c @ Line 1472 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
908 src/nvim/file_search.c @ Line 1475 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
909 src/nvim/file_search.c @ Line 1491 google-readability-braces-around-statements statement should be inside braces 2
910 src/nvim/file_search.c @ Line 1491 readability-braces-around-statements statement should be inside braces 2
911 src/nvim/file_search.c @ Line 1514 google-readability-braces-around-statements statement should be inside braces 2
912 src/nvim/file_search.c @ Line 1514 readability-braces-around-statements statement should be inside braces 2
913 src/nvim/file_search.c @ Line 1540 google-readability-braces-around-statements statement should be inside braces 2
914 src/nvim/file_search.c @ Line 1540 readability-braces-around-statements statement should be inside braces 2
915 src/nvim/file_search.c @ Line 1548 google-readability-braces-around-statements statement should be inside braces 2
916 src/nvim/file_search.c @ Line 1548 readability-braces-around-statements statement should be inside braces 2
917 src/nvim/file_search.c @ Line 1551 google-readability-braces-around-statements statement should be inside braces 2
918 src/nvim/file_search.c @ Line 1551 readability-braces-around-statements statement should be inside braces 2
919 src/nvim/file_search.c @ Line 1555 google-readability-braces-around-statements statement should be inside braces 2
920 src/nvim/file_search.c @ Line 1555 readability-braces-around-statements statement should be inside braces 2
921 src/nvim/file_search.c @ Line 1558 google-readability-braces-around-statements statement should be inside braces 2
922 src/nvim/file_search.c @ Line 1558 readability-braces-around-statements statement should be inside braces 2
923 src/nvim/fileio.c @ Line 80 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
924 src/nvim/fileio.c @ Line 237 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
925 src/nvim/fileio.c @ Line 493 readability-else-after-return do not use 'else' after 'return' 1
926 src/nvim/fileio.c @ Line 772 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
927 src/nvim/fileio.c @ Line 775 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
928 src/nvim/fileio.c @ Line 851 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
929 src/nvim/fileio.c @ Line 876 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
930 src/nvim/fileio.c @ Line 964 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
931 src/nvim/fileio.c @ Line 995 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
932 src/nvim/fileio.c @ Line 1016 readability-else-after-return do not use 'else' after 'break' 1
933 src/nvim/fileio.c @ Line 1059 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
934 src/nvim/fileio.c @ Line 1085 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
935 src/nvim/fileio.c @ Line 1095 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
936 src/nvim/fileio.c @ Line 1097 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
937 src/nvim/fileio.c @ Line 1169 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
938 src/nvim/fileio.c @ Line 1446 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
939 src/nvim/fileio.c @ Line 1473 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
940 src/nvim/fileio.c @ Line 1511 readability-else-after-return do not use 'else' after 'break' 1
941 src/nvim/fileio.c @ Line 1704 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
942 src/nvim/fileio.c @ Line 1792 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
943 src/nvim/fileio.c @ Line 1796 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
944 src/nvim/fileio.c @ Line 1807 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
945 src/nvim/fileio.c @ Line 1815 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
946 src/nvim/fileio.c @ Line 1819 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
947 src/nvim/fileio.c @ Line 1823 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
948 src/nvim/fileio.c @ Line 1826 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
949 src/nvim/fileio.c @ Line 1838 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
950 src/nvim/fileio.c @ Line 2000 readability-non-const-parameter pointer parameter 'endp' can be pointer to const 2
951 src/nvim/fileio.c @ Line 2205 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
952 src/nvim/fileio.c @ Line 2205 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
953 src/nvim/fileio.c @ Line 2207 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
954 src/nvim/fileio.c @ Line 2209 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
955 src/nvim/fileio.c @ Line 2284 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
956 src/nvim/fileio.c @ Line 2681 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
957 src/nvim/fileio.c @ Line 3092 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
958 src/nvim/fileio.c @ Line 3118 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
959 src/nvim/fileio.c @ Line 3505 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
960 src/nvim/fileio.c @ Line 3512 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
961 src/nvim/fileio.c @ Line 3515 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
962 src/nvim/fileio.c @ Line 3519 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
963 src/nvim/fileio.c @ Line 3522 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
964 src/nvim/fileio.c @ Line 3536 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
965 src/nvim/fileio.c @ Line 3538 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
966 src/nvim/fileio.c @ Line 3648 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
967 src/nvim/fileio.c @ Line 3650 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
968 src/nvim/fileio.c @ Line 3825 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
969 src/nvim/fileio.c @ Line 3830 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
970 src/nvim/fileio.c @ Line 3859 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
971 src/nvim/fileio.c @ Line 3865 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
972 src/nvim/fileio.c @ Line 3877 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
973 src/nvim/fileio.c @ Line 4038 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
974 src/nvim/fileio.c @ Line 4260 readability-non-const-parameter pointer parameter 'p' can be pointer to const 2
975 src/nvim/fileio.c @ Line 4421 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
976 src/nvim/fileio.c @ Line 4444 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
977 src/nvim/fileio.c @ Line 4685 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
978 src/nvim/fileio.c @ Line 5320 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
979 src/nvim/fileio.c @ Line 5329 readability-else-after-return do not use 'else' after 'break' 1
980 src/nvim/fileio.c @ Line 5340 misc-no-recursion function 'delete_recursive' is within a recursive call chain 4
981 src/nvim/fold.c @ Line 523 misc-no-recursion function 'checkCloseRec' is within a recursive call chain 4
982 src/nvim/fold.c @ Line 1034 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
983 src/nvim/fold.c @ Line 1076 misc-no-recursion function 'cloneFoldGrowArray' is within a recursive call chain 4
984 src/nvim/fold.c @ Line 1112 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
985 src/nvim/fold.c @ Line 1351 misc-no-recursion function 'foldOpenNested' is within a recursive call chain 4
986 src/nvim/fold.c @ Line 1415 misc-no-recursion function 'deleteFoldRecurse' is within a recursive call chain 4
987 src/nvim/fold.c @ Line 1441 misc-no-recursion function 'foldMarkAdjustRecurse' is within a recursive call chain 4
988 src/nvim/fold.c @ Line 1552 misc-no-recursion function 'getDeepestNestingRecurse' is within a recursive call chain 4
989 src/nvim/fold.c @ Line 1697 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
990 src/nvim/fold.c @ Line 1703 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
991 src/nvim/fold.c @ Line 1705 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
992 src/nvim/fold.c @ Line 1720 misc-no-recursion function 'deleteFoldMarkers' is within a recursive call chain 4
993 src/nvim/fold.c @ Line 1775 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
994 src/nvim/fold.c @ Line 2229 misc-no-recursion function 'foldUpdateIEMSRecurse' is within a recursive call chain 4
995 src/nvim/fold.c @ Line 2729 misc-no-recursion function 'foldRemove' is within a recursive call chain 4
996 src/nvim/fold.c @ Line 2833 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
997 src/nvim/fold.c @ Line 2834 misc-no-recursion function 'foldMoveRange' is within a recursive call chain 4
998 src/nvim/fold.c @ Line 2849 readability-else-after-return do not use 'else' after 'return' 1
999 src/nvim/fold.c @ Line 2870 readability-else-after-return do not use 'else' after 'return' 1
1000 src/nvim/fold.c @ Line 2893 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1001 src/nvim/fold.c @ Line 2943 misc-no-recursion function 'foldMerge' is within a recursive call chain 4
1002 src/nvim/fold.c @ Line 3263 misc-no-recursion function 'put_folds_recurse' is within a recursive call chain 4
1003 src/nvim/fold.c @ Line 3287 misc-no-recursion function 'put_foldopen_recurse' is within a recursive call chain 4
1004 src/nvim/garray.c @ Line 170 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
1005 src/nvim/getchar.c @ Line 121 readability-identifier-naming invalid case style for variable 'KeyNoremap' 2
1006 src/nvim/getchar.c @ Line 166 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1007 src/nvim/getchar.c @ Line 234 google-readability-braces-around-statements statement should be inside braces 2
1008 src/nvim/getchar.c @ Line 234 readability-braces-around-statements statement should be inside braces 2
1009 src/nvim/getchar.c @ Line 298 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
1010 src/nvim/getchar.c @ Line 357 google-readability-braces-around-statements statement should be inside braces 2
1011 src/nvim/getchar.c @ Line 357 readability-braces-around-statements statement should be inside braces 2
1012 src/nvim/getchar.c @ Line 527 google-readability-casting redundant cast to the same type 1
1013 src/nvim/getchar.c @ Line 557 google-readability-casting redundant cast to the same type 1
1014 src/nvim/getchar.c @ Line 586 google-readability-braces-around-statements statement should be inside braces 2
1015 src/nvim/getchar.c @ Line 586 readability-braces-around-statements statement should be inside braces 2
1016 src/nvim/getchar.c @ Line 595 google-readability-braces-around-statements statement should be inside braces 2
1017 src/nvim/getchar.c @ Line 595 readability-braces-around-statements statement should be inside braces 2
1018 src/nvim/getchar.c @ Line 871 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1019 src/nvim/getchar.c @ Line 880 google-readability-braces-around-statements statement should be inside braces 2
1020 src/nvim/getchar.c @ Line 880 readability-braces-around-statements statement should be inside braces 2
1021 src/nvim/getchar.c @ Line 931 google-readability-braces-around-statements statement should be inside braces 2
1022 src/nvim/getchar.c @ Line 931 readability-braces-around-statements statement should be inside braces 2
1023 src/nvim/getchar.c @ Line 956 google-readability-braces-around-statements statement should be inside braces 2
1024 src/nvim/getchar.c @ Line 956 readability-braces-around-statements statement should be inside braces 2
1025 src/nvim/getchar.c @ Line 958 google-readability-braces-around-statements statement should be inside braces 2
1026 src/nvim/getchar.c @ Line 958 readability-braces-around-statements statement should be inside braces 2
1027 src/nvim/getchar.c @ Line 960 google-readability-braces-around-statements statement should be inside braces 2
1028 src/nvim/getchar.c @ Line 960 readability-braces-around-statements statement should be inside braces 2
1029 src/nvim/getchar.c @ Line 962 google-readability-braces-around-statements statement should be inside braces 2
1030 src/nvim/getchar.c @ Line 962 readability-braces-around-statements statement should be inside braces 2
1031 src/nvim/getchar.c @ Line 969 google-readability-braces-around-statements statement should be inside braces 2
1032 src/nvim/getchar.c @ Line 969 readability-braces-around-statements statement should be inside braces 2
1033 src/nvim/getchar.c @ Line 1054 google-readability-braces-around-statements statement should be inside braces 2
1034 src/nvim/getchar.c @ Line 1054 readability-braces-around-statements statement should be inside braces 2
1035 src/nvim/getchar.c @ Line 1171 google-readability-braces-around-statements statement should be inside braces 2
1036 src/nvim/getchar.c @ Line 1171 readability-braces-around-statements statement should be inside braces 2
1037 src/nvim/getchar.c @ Line 1188 google-readability-braces-around-statements statement should be inside braces 2
1038 src/nvim/getchar.c @ Line 1188 readability-braces-around-statements statement should be inside braces 2
1039 src/nvim/getchar.c @ Line 1316 readability-identifier-naming invalid case style for variable 'save_State' 2
1040 src/nvim/getchar.c @ Line 1354 google-readability-braces-around-statements statement should be inside braces 2
1041 src/nvim/getchar.c @ Line 1354 readability-braces-around-statements statement should be inside braces 2
1042 src/nvim/getchar.c @ Line 1416 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1043 src/nvim/getchar.c @ Line 1535 google-readability-casting redundant cast to the same type 1
1044 src/nvim/getchar.c @ Line 1611 google-readability-braces-around-statements statement should be inside braces 2
1045 src/nvim/getchar.c @ Line 1611 readability-braces-around-statements statement should be inside braces 2
1046 src/nvim/getchar.c @ Line 1626 google-readability-braces-around-statements statement should be inside braces 2
1047 src/nvim/getchar.c @ Line 1626 readability-braces-around-statements statement should be inside braces 2
1048 src/nvim/getchar.c @ Line 1679 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1049 src/nvim/getchar.c @ Line 1690 readability-identifier-naming invalid case style for variable 'local_State' 2
1050 src/nvim/getchar.c @ Line 1694 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1051 src/nvim/getchar.c @ Line 1697 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1052 src/nvim/getchar.c @ Line 1713 google-readability-braces-around-statements statement should be inside braces 2
1053 src/nvim/getchar.c @ Line 1713 readability-braces-around-statements statement should be inside braces 2
1054 src/nvim/getchar.c @ Line 1720 google-readability-braces-around-statements statement should be inside braces 2
1055 src/nvim/getchar.c @ Line 1720 readability-braces-around-statements statement should be inside braces 2
1056 src/nvim/getchar.c @ Line 1734 google-readability-braces-around-statements statement should be inside braces 2
1057 src/nvim/getchar.c @ Line 1734 readability-braces-around-statements statement should be inside braces 2
1058 src/nvim/getchar.c @ Line 1793 readability-else-after-return do not use 'else' after 'break' 1
1059 src/nvim/getchar.c @ Line 1867 google-readability-braces-around-statements statement should be inside braces 2
1060 src/nvim/getchar.c @ Line 1867 readability-braces-around-statements statement should be inside braces 2
1061 src/nvim/getchar.c @ Line 1869 google-readability-braces-around-statements statement should be inside braces 2
1062 src/nvim/getchar.c @ Line 1869 readability-braces-around-statements statement should be inside braces 2
1063 src/nvim/getchar.c @ Line 1871 google-readability-braces-around-statements statement should be inside braces 2
1064 src/nvim/getchar.c @ Line 1871 readability-braces-around-statements statement should be inside braces 2
1065 src/nvim/getchar.c @ Line 1873 google-readability-braces-around-statements statement should be inside braces 2
1066 src/nvim/getchar.c @ Line 1873 readability-braces-around-statements statement should be inside braces 2
1067 src/nvim/getchar.c @ Line 1905 google-readability-casting redundant cast to the same type 2
1068 src/nvim/getchar.c @ Line 1905 google-readability-braces-around-statements statement should be inside braces 2
1069 src/nvim/getchar.c @ Line 1905 readability-braces-around-statements statement should be inside braces 2
1070 src/nvim/getchar.c @ Line 1911 google-readability-braces-around-statements statement should be inside braces 2
1071 src/nvim/getchar.c @ Line 1911 readability-braces-around-statements statement should be inside braces 2
1072 src/nvim/getchar.c @ Line 1912 google-readability-braces-around-statements statement should be inside braces 2
1073 src/nvim/getchar.c @ Line 1912 readability-braces-around-statements statement should be inside braces 2
1074 src/nvim/getchar.c @ Line 1914 google-readability-braces-around-statements statement should be inside braces 2
1075 src/nvim/getchar.c @ Line 1914 readability-braces-around-statements statement should be inside braces 2
1076 src/nvim/getchar.c @ Line 2006 readability-else-after-return do not use 'else' after 'break' 2
1077 src/nvim/getchar.c @ Line 2033 google-readability-braces-around-statements statement should be inside braces 2
1078 src/nvim/getchar.c @ Line 2033 readability-braces-around-statements statement should be inside braces 2
1079 src/nvim/getchar.c @ Line 2035 google-readability-braces-around-statements statement should be inside braces 2
1080 src/nvim/getchar.c @ Line 2035 readability-braces-around-statements statement should be inside braces 2
1081 src/nvim/getchar.c @ Line 2058 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
1082 src/nvim/getchar.c @ Line 2060 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
1083 src/nvim/getchar.c @ Line 2093 google-readability-braces-around-statements statement should be inside braces 2
1084 src/nvim/getchar.c @ Line 2093 readability-braces-around-statements statement should be inside braces 2
1085 src/nvim/getchar.c @ Line 2104 google-readability-braces-around-statements statement should be inside braces 2
1086 src/nvim/getchar.c @ Line 2104 readability-braces-around-statements statement should be inside braces 2
1087 src/nvim/getchar.c @ Line 2110 google-readability-braces-around-statements statement should be inside braces 2
1088 src/nvim/getchar.c @ Line 2110 readability-braces-around-statements statement should be inside braces 2
1089 src/nvim/getchar.c @ Line 2112 google-readability-braces-around-statements statement should be inside braces 2
1090 src/nvim/getchar.c @ Line 2112 readability-braces-around-statements statement should be inside braces 2
1091 src/nvim/getchar.c @ Line 2116 google-readability-braces-around-statements statement should be inside braces 2
1092 src/nvim/getchar.c @ Line 2116 readability-braces-around-statements statement should be inside braces 2
1093 src/nvim/getchar.c @ Line 2154 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1094 src/nvim/getchar.c @ Line 2180 google-readability-casting redundant cast to the same type 1
1095 src/nvim/getchar.c @ Line 2302 google-readability-braces-around-statements statement should be inside braces 2
1096 src/nvim/getchar.c @ Line 2302 readability-braces-around-statements statement should be inside braces 2
1097 src/nvim/getchar.c @ Line 2304 google-readability-braces-around-statements statement should be inside braces 2
1098 src/nvim/getchar.c @ Line 2304 readability-braces-around-statements statement should be inside braces 2
1099 src/nvim/getchar.c @ Line 2349 google-readability-braces-around-statements statement should be inside braces 2
1100 src/nvim/getchar.c @ Line 2349 readability-braces-around-statements statement should be inside braces 2
1101 src/nvim/getchar.c @ Line 2502 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
1102 src/nvim/getchar.c @ Line 2770 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1103 src/nvim/getchar.c @ Line 2816 google-readability-casting redundant cast to the same type 1
1104 src/nvim/getchar.c @ Line 3270 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1105 src/nvim/getchar.c @ Line 3287 google-readability-braces-around-statements statement should be inside braces 2
1106 src/nvim/getchar.c @ Line 3287 readability-braces-around-statements statement should be inside braces 2
1107 src/nvim/getchar.c @ Line 3289 google-readability-braces-around-statements statement should be inside braces 2
1108 src/nvim/getchar.c @ Line 3289 readability-braces-around-statements statement should be inside braces 2
1109 src/nvim/getchar.c @ Line 3393 google-readability-braces-around-statements statement should be inside braces 2
1110 src/nvim/getchar.c @ Line 3393 readability-braces-around-statements statement should be inside braces 2
1111 src/nvim/getchar.c @ Line 3411 google-readability-braces-around-statements statement should be inside braces 2
1112 src/nvim/getchar.c @ Line 3411 readability-braces-around-statements statement should be inside braces 2
1113 src/nvim/getchar.c @ Line 3413 google-readability-braces-around-statements statement should be inside braces 2
1114 src/nvim/getchar.c @ Line 3413 readability-braces-around-statements statement should be inside braces 2
1115 src/nvim/getchar.c @ Line 3459 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
1116 src/nvim/getchar.c @ Line 3459 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
1117 src/nvim/getchar.c @ Line 3550 google-readability-braces-around-statements statement should be inside braces 2
1118 src/nvim/getchar.c @ Line 3550 readability-braces-around-statements statement should be inside braces 2
1119 src/nvim/getchar.c @ Line 3553 google-readability-braces-around-statements statement should be inside braces 2
1120 src/nvim/getchar.c @ Line 3553 readability-braces-around-statements statement should be inside braces 2
1121 src/nvim/getchar.c @ Line 3557 google-readability-braces-around-statements statement should be inside braces 2
1122 src/nvim/getchar.c @ Line 3557 readability-braces-around-statements statement should be inside braces 2
1123 src/nvim/getchar.c @ Line 3645 google-readability-braces-around-statements statement should be inside braces 2
1124 src/nvim/getchar.c @ Line 3645 readability-braces-around-statements statement should be inside braces 2
1125 src/nvim/getchar.c @ Line 3647 google-readability-braces-around-statements statement should be inside braces 2
1126 src/nvim/getchar.c @ Line 3647 readability-braces-around-statements statement should be inside braces 2
1127 src/nvim/getchar.c @ Line 3658 google-readability-braces-around-statements statement should be inside braces 2
1128 src/nvim/getchar.c @ Line 3658 readability-braces-around-statements statement should be inside braces 2
1129 src/nvim/getchar.c @ Line 3660 google-readability-braces-around-statements statement should be inside braces 2
1130 src/nvim/getchar.c @ Line 3660 readability-braces-around-statements statement should be inside braces 2
1131 src/nvim/getchar.c @ Line 3666 google-readability-braces-around-statements statement should be inside braces 2
1132 src/nvim/getchar.c @ Line 3666 readability-braces-around-statements statement should be inside braces 2
1133 src/nvim/getchar.c @ Line 3701 bugprone-suspicious-string-compare function 'strcmp' is called without explicitly comparing result 3
1134 src/nvim/getchar.c @ Line 3701 google-readability-braces-around-statements statement should be inside braces 2
1135 src/nvim/getchar.c @ Line 3701 readability-braces-around-statements statement should be inside braces 2
1136 src/nvim/getchar.c @ Line 3782 google-readability-braces-around-statements statement should be inside braces 2
1137 src/nvim/getchar.c @ Line 3782 readability-braces-around-statements statement should be inside braces 2
1138 src/nvim/getchar.c @ Line 3861 google-readability-braces-around-statements statement should be inside braces 2
1139 src/nvim/getchar.c @ Line 3861 readability-braces-around-statements statement should be inside braces 2
1140 src/nvim/getchar.c @ Line 3863 google-readability-braces-around-statements statement should be inside braces 2
1141 src/nvim/getchar.c @ Line 3863 readability-braces-around-statements statement should be inside braces 2
1142 src/nvim/getchar.c @ Line 3870 google-readability-braces-around-statements statement should be inside braces 2
1143 src/nvim/getchar.c @ Line 3870 readability-braces-around-statements statement should be inside braces 2
1144 src/nvim/getchar.c @ Line 3929 google-readability-braces-around-statements statement should be inside braces 2
1145 src/nvim/getchar.c @ Line 3929 readability-braces-around-statements statement should be inside braces 2
1146 src/nvim/getchar.c @ Line 3973 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1147 src/nvim/getchar.c @ Line 3980 google-readability-casting redundant cast to the same type 1
1148 src/nvim/getchar.c @ Line 3983 google-readability-braces-around-statements statement should be inside braces 2
1149 src/nvim/getchar.c @ Line 3983 readability-braces-around-statements statement should be inside braces 2
1150 src/nvim/getchar.c @ Line 4000 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1151 src/nvim/getchar.c @ Line 4040 google-readability-casting redundant cast to the same type 1
1152 src/nvim/getchar.c @ Line 4217 google-readability-braces-around-statements statement should be inside braces 2
1153 src/nvim/getchar.c @ Line 4217 readability-braces-around-statements statement should be inside braces 2
1154 src/nvim/getchar.c @ Line 4227 google-readability-braces-around-statements statement should be inside braces 2
1155 src/nvim/getchar.c @ Line 4227 readability-braces-around-statements statement should be inside braces 2
1156 src/nvim/getchar.c @ Line 4228 google-readability-braces-around-statements statement should be inside braces 2
1157 src/nvim/getchar.c @ Line 4228 readability-braces-around-statements statement should be inside braces 2
1158 src/nvim/getchar.c @ Line 4264 google-readability-braces-around-statements statement should be inside braces 2
1159 src/nvim/getchar.c @ Line 4264 readability-braces-around-statements statement should be inside braces 2
1160 src/nvim/getchar.c @ Line 4267 google-readability-braces-around-statements statement should be inside braces 2
1161 src/nvim/getchar.c @ Line 4267 readability-braces-around-statements statement should be inside braces 2
1162 src/nvim/getchar.c @ Line 4285 google-readability-braces-around-statements statement should be inside braces 2
1163 src/nvim/getchar.c @ Line 4285 readability-braces-around-statements statement should be inside braces 2
1164 src/nvim/getchar.c @ Line 4291 google-readability-braces-around-statements statement should be inside braces 2
1165 src/nvim/getchar.c @ Line 4291 readability-braces-around-statements statement should be inside braces 2
1166 src/nvim/getchar.c @ Line 4294 google-readability-braces-around-statements statement should be inside braces 2
1167 src/nvim/getchar.c @ Line 4294 readability-braces-around-statements statement should be inside braces 2
1168 src/nvim/getchar.c @ Line 4316 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1169 src/nvim/getchar.c @ Line 4352 google-readability-braces-around-statements statement should be inside braces 2
1170 src/nvim/getchar.c @ Line 4352 readability-braces-around-statements statement should be inside braces 2
1171 src/nvim/getchar.c @ Line 4354 google-readability-braces-around-statements statement should be inside braces 2
1172 src/nvim/getchar.c @ Line 4354 readability-braces-around-statements statement should be inside braces 2
1173 src/nvim/getchar.c @ Line 4450 google-readability-braces-around-statements statement should be inside braces 2
1174 src/nvim/getchar.c @ Line 4450 readability-braces-around-statements statement should be inside braces 2
1175 src/nvim/getchar.c @ Line 4475 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1176 src/nvim/getchar.c @ Line 4509 bugprone-branch-clone repeated branch in conditional chain 3
1177 src/nvim/hardcopy.c @ Line 119 readability-identifier-naming invalid case style for global constant 'cterm_color_8' 2
1178 src/nvim/hardcopy.c @ Line 124 readability-identifier-naming invalid case style for global constant 'cterm_color_16' 14
1179 src/nvim/hardcopy.c @ Line 215 readability-identifier-naming invalid case style for enum constant 'PRT_RESOURCE_TYPE_PROCSET' 2
1180 src/nvim/hardcopy.c @ Line 216 readability-identifier-naming invalid case style for enum constant 'PRT_RESOURCE_TYPE_ENCODING' 2
1181 src/nvim/hardcopy.c @ Line 217 readability-identifier-naming invalid case style for enum constant 'PRT_RESOURCE_TYPE_CMAP' 2
1182 src/nvim/hardcopy.c @ Line 221 readability-identifier-naming invalid case style for global constant 'prt_resource_types' 2
1183 src/nvim/hardcopy.c @ Line 320 google-readability-braces-around-statements statement should be inside braces 2
1184 src/nvim/hardcopy.c @ Line 320 readability-braces-around-statements statement should be inside braces 2
1185 src/nvim/hardcopy.c @ Line 325 google-readability-braces-around-statements statement should be inside braces 2
1186 src/nvim/hardcopy.c @ Line 325 readability-braces-around-statements statement should be inside braces 2
1187 src/nvim/hardcopy.c @ Line 326 google-readability-braces-around-statements statement should be inside braces 2
1188 src/nvim/hardcopy.c @ Line 326 readability-braces-around-statements statement should be inside braces 2
1189 src/nvim/hardcopy.c @ Line 350 google-readability-braces-around-statements statement should be inside braces 2
1190 src/nvim/hardcopy.c @ Line 350 readability-braces-around-statements statement should be inside braces 2
1191 src/nvim/hardcopy.c @ Line 404 google-readability-braces-around-statements statement should be inside braces 2
1192 src/nvim/hardcopy.c @ Line 404 readability-braces-around-statements statement should be inside braces 2
1193 src/nvim/hardcopy.c @ Line 406 google-readability-braces-around-statements statement should be inside braces 2
1194 src/nvim/hardcopy.c @ Line 406 readability-braces-around-statements statement should be inside braces 2
1195 src/nvim/hardcopy.c @ Line 410 google-readability-braces-around-statements statement should be inside braces 2
1196 src/nvim/hardcopy.c @ Line 410 readability-braces-around-statements statement should be inside braces 2
1197 src/nvim/hardcopy.c @ Line 412 google-readability-braces-around-statements statement should be inside braces 2
1198 src/nvim/hardcopy.c @ Line 412 readability-braces-around-statements statement should be inside braces 2
1199 src/nvim/hardcopy.c @ Line 507 google-readability-braces-around-statements statement should be inside braces 2
1200 src/nvim/hardcopy.c @ Line 507 readability-braces-around-statements statement should be inside braces 2
1201 src/nvim/hardcopy.c @ Line 508 google-readability-braces-around-statements statement should be inside braces 2
1202 src/nvim/hardcopy.c @ Line 508 readability-braces-around-statements statement should be inside braces 2
1203 src/nvim/hardcopy.c @ Line 532 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1204 src/nvim/hardcopy.c @ Line 609 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1205 src/nvim/hardcopy.c @ Line 623 google-readability-braces-around-statements statement should be inside braces 2
1206 src/nvim/hardcopy.c @ Line 623 readability-braces-around-statements statement should be inside braces 2
1207 src/nvim/hardcopy.c @ Line 628 google-readability-braces-around-statements statement should be inside braces 2
1208 src/nvim/hardcopy.c @ Line 628 readability-braces-around-statements statement should be inside braces 2
1209 src/nvim/hardcopy.c @ Line 640 google-readability-casting redundant cast to the same type 1
1210 src/nvim/hardcopy.c @ Line 644 google-readability-braces-around-statements statement should be inside braces 2
1211 src/nvim/hardcopy.c @ Line 644 readability-braces-around-statements statement should be inside braces 2
1212 src/nvim/hardcopy.c @ Line 649 google-readability-braces-around-statements statement should be inside braces 2
1213 src/nvim/hardcopy.c @ Line 649 readability-braces-around-statements statement should be inside braces 2
1214 src/nvim/hardcopy.c @ Line 652 google-readability-braces-around-statements statement should be inside braces 2
1215 src/nvim/hardcopy.c @ Line 652 readability-braces-around-statements statement should be inside braces 2
1216 src/nvim/hardcopy.c @ Line 655 google-readability-braces-around-statements statement should be inside braces 2
1217 src/nvim/hardcopy.c @ Line 655 readability-braces-around-statements statement should be inside braces 2
1218 src/nvim/hardcopy.c @ Line 678 google-readability-braces-around-statements statement should be inside braces 2
1219 src/nvim/hardcopy.c @ Line 678 readability-braces-around-statements statement should be inside braces 2
1220 src/nvim/hardcopy.c @ Line 700 google-readability-braces-around-statements statement should be inside braces 2
1221 src/nvim/hardcopy.c @ Line 700 readability-braces-around-statements statement should be inside braces 2
1222 src/nvim/hardcopy.c @ Line 721 google-readability-braces-around-statements statement should be inside braces 2
1223 src/nvim/hardcopy.c @ Line 721 readability-braces-around-statements statement should be inside braces 2
1224 src/nvim/hardcopy.c @ Line 749 google-readability-braces-around-statements statement should be inside braces 2
1225 src/nvim/hardcopy.c @ Line 749 readability-braces-around-statements statement should be inside braces 2
1226 src/nvim/hardcopy.c @ Line 756 google-readability-braces-around-statements statement should be inside braces 2
1227 src/nvim/hardcopy.c @ Line 756 readability-braces-around-statements statement should be inside braces 2
1228 src/nvim/hardcopy.c @ Line 759 google-readability-braces-around-statements statement should be inside braces 2
1229 src/nvim/hardcopy.c @ Line 759 readability-braces-around-statements statement should be inside braces 2
1230 src/nvim/hardcopy.c @ Line 769 google-readability-braces-around-statements statement should be inside braces 2
1231 src/nvim/hardcopy.c @ Line 769 readability-braces-around-statements statement should be inside braces 2
1232 src/nvim/hardcopy.c @ Line 806 google-readability-braces-around-statements statement should be inside braces 2
1233 src/nvim/hardcopy.c @ Line 806 readability-braces-around-statements statement should be inside braces 2
1234 src/nvim/hardcopy.c @ Line 810 google-readability-braces-around-statements statement should be inside braces 2
1235 src/nvim/hardcopy.c @ Line 810 readability-braces-around-statements statement should be inside braces 2
1236 src/nvim/hardcopy.c @ Line 851 google-readability-braces-around-statements statement should be inside braces 2
1237 src/nvim/hardcopy.c @ Line 851 readability-braces-around-statements statement should be inside braces 2
1238 src/nvim/hardcopy.c @ Line 873 google-readability-braces-around-statements statement should be inside braces 2
1239 src/nvim/hardcopy.c @ Line 873 readability-braces-around-statements statement should be inside braces 2
1240 src/nvim/hardcopy.c @ Line 875 google-readability-braces-around-statements statement should be inside braces 2
1241 src/nvim/hardcopy.c @ Line 875 readability-braces-around-statements statement should be inside braces 2
1242 src/nvim/hardcopy.c @ Line 903 google-readability-braces-around-statements statement should be inside braces 2
1243 src/nvim/hardcopy.c @ Line 903 readability-braces-around-statements statement should be inside braces 2
1244 src/nvim/hardcopy.c @ Line 933 google-readability-braces-around-statements statement should be inside braces 2
1245 src/nvim/hardcopy.c @ Line 933 readability-braces-around-statements statement should be inside braces 2
1246 src/nvim/hardcopy.c @ Line 1364 google-readability-braces-around-statements statement should be inside braces 2
1247 src/nvim/hardcopy.c @ Line 1364 readability-braces-around-statements statement should be inside braces 2
1248 src/nvim/hardcopy.c @ Line 1367 google-readability-braces-around-statements statement should be inside braces 2
1249 src/nvim/hardcopy.c @ Line 1367 readability-braces-around-statements statement should be inside braces 2
1250 src/nvim/hardcopy.c @ Line 1405 google-readability-braces-around-statements statement should be inside braces 2
1251 src/nvim/hardcopy.c @ Line 1405 readability-braces-around-statements statement should be inside braces 2
1252 src/nvim/hardcopy.c @ Line 1407 google-readability-braces-around-statements statement should be inside braces 2
1253 src/nvim/hardcopy.c @ Line 1407 readability-braces-around-statements statement should be inside braces 2
1254 src/nvim/hardcopy.c @ Line 1465 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1255 src/nvim/hardcopy.c @ Line 1503 google-readability-braces-around-statements statement should be inside braces 2
1256 src/nvim/hardcopy.c @ Line 1503 readability-braces-around-statements statement should be inside braces 2
1257 src/nvim/hardcopy.c @ Line 1505 google-readability-braces-around-statements statement should be inside braces 2
1258 src/nvim/hardcopy.c @ Line 1505 readability-braces-around-statements statement should be inside braces 2
1259 src/nvim/hardcopy.c @ Line 1509 google-readability-braces-around-statements statement should be inside braces 2
1260 src/nvim/hardcopy.c @ Line 1509 readability-braces-around-statements statement should be inside braces 2
1261 src/nvim/hardcopy.c @ Line 1511 google-readability-braces-around-statements statement should be inside braces 2
1262 src/nvim/hardcopy.c @ Line 1511 readability-braces-around-statements statement should be inside braces 2
1263 src/nvim/hardcopy.c @ Line 1532 google-readability-braces-around-statements statement should be inside braces 2
1264 src/nvim/hardcopy.c @ Line 1532 readability-braces-around-statements statement should be inside braces 2
1265 src/nvim/hardcopy.c @ Line 1534 google-readability-braces-around-statements statement should be inside braces 2
1266 src/nvim/hardcopy.c @ Line 1534 readability-braces-around-statements statement should be inside braces 2
1267 src/nvim/hardcopy.c @ Line 1535 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1268 src/nvim/hardcopy.c @ Line 1547 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1269 src/nvim/hardcopy.c @ Line 1571 google-readability-braces-around-statements statement should be inside braces 2
1270 src/nvim/hardcopy.c @ Line 1571 readability-braces-around-statements statement should be inside braces 2
1271 src/nvim/hardcopy.c @ Line 1578 google-readability-braces-around-statements statement should be inside braces 2
1272 src/nvim/hardcopy.c @ Line 1578 readability-braces-around-statements statement should be inside braces 2
1273 src/nvim/hardcopy.c @ Line 1604 google-readability-braces-around-statements statement should be inside braces 2
1274 src/nvim/hardcopy.c @ Line 1604 readability-braces-around-statements statement should be inside braces 2
1275 src/nvim/hardcopy.c @ Line 1617 google-readability-braces-around-statements statement should be inside braces 2
1276 src/nvim/hardcopy.c @ Line 1617 readability-braces-around-statements statement should be inside braces 2
1277 src/nvim/hardcopy.c @ Line 1794 bugprone-suspicious-string-compare function 'strncmp' is called without explicitly comparing result 3
1278 src/nvim/hardcopy.c @ Line 1856 google-readability-braces-around-statements statement should be inside braces 2
1279 src/nvim/hardcopy.c @ Line 1856 readability-braces-around-statements statement should be inside braces 2
1280 src/nvim/hardcopy.c @ Line 1859 google-readability-braces-around-statements statement should be inside braces 2
1281 src/nvim/hardcopy.c @ Line 1859 readability-braces-around-statements statement should be inside braces 2
1282 src/nvim/hardcopy.c @ Line 1875 google-readability-braces-around-statements statement should be inside braces 2
1283 src/nvim/hardcopy.c @ Line 1875 readability-braces-around-statements statement should be inside braces 2
1284 src/nvim/hardcopy.c @ Line 1876 google-readability-braces-around-statements statement should be inside braces 2
1285 src/nvim/hardcopy.c @ Line 1876 readability-braces-around-statements statement should be inside braces 2
1286 src/nvim/hardcopy.c @ Line 1885 google-readability-braces-around-statements statement should be inside braces 2
1287 src/nvim/hardcopy.c @ Line 1885 readability-braces-around-statements statement should be inside braces 2
1288 src/nvim/hardcopy.c @ Line 1893 google-readability-braces-around-statements statement should be inside braces 2
1289 src/nvim/hardcopy.c @ Line 1893 readability-braces-around-statements statement should be inside braces 2
1290 src/nvim/hardcopy.c @ Line 1896 google-readability-braces-around-statements statement should be inside braces 2
1291 src/nvim/hardcopy.c @ Line 1896 readability-braces-around-statements statement should be inside braces 2
1292 src/nvim/hardcopy.c @ Line 1898 google-readability-braces-around-statements statement should be inside braces 2
1293 src/nvim/hardcopy.c @ Line 1898 readability-braces-around-statements statement should be inside braces 2
1294 src/nvim/hardcopy.c @ Line 1919 google-readability-braces-around-statements statement should be inside braces 2
1295 src/nvim/hardcopy.c @ Line 1919 readability-braces-around-statements statement should be inside braces 2
1296 src/nvim/hardcopy.c @ Line 1921 google-readability-braces-around-statements statement should be inside braces 2
1297 src/nvim/hardcopy.c @ Line 1921 readability-braces-around-statements statement should be inside braces 2
1298 src/nvim/hardcopy.c @ Line 1924 google-readability-braces-around-statements statement should be inside braces 2
1299 src/nvim/hardcopy.c @ Line 1924 readability-braces-around-statements statement should be inside braces 2
1300 src/nvim/hardcopy.c @ Line 1926 google-readability-braces-around-statements statement should be inside braces 2
1301 src/nvim/hardcopy.c @ Line 1926 readability-braces-around-statements statement should be inside braces 2
1302 src/nvim/hardcopy.c @ Line 1941 google-readability-braces-around-statements statement should be inside braces 2
1303 src/nvim/hardcopy.c @ Line 1941 readability-braces-around-statements statement should be inside braces 2
1304 src/nvim/hardcopy.c @ Line 2018 google-readability-braces-around-statements statement should be inside braces 2
1305 src/nvim/hardcopy.c @ Line 2018 readability-braces-around-statements statement should be inside braces 2
1306 src/nvim/hardcopy.c @ Line 2021 google-readability-braces-around-statements statement should be inside braces 2
1307 src/nvim/hardcopy.c @ Line 2021 readability-braces-around-statements statement should be inside braces 2
1308 src/nvim/hardcopy.c @ Line 2127 google-readability-braces-around-statements statement should be inside braces 2
1309 src/nvim/hardcopy.c @ Line 2127 readability-braces-around-statements statement should be inside braces 2
1310 src/nvim/hardcopy.c @ Line 2139 google-readability-braces-around-statements statement should be inside braces 2
1311 src/nvim/hardcopy.c @ Line 2139 readability-braces-around-statements statement should be inside braces 2
1312 src/nvim/hardcopy.c @ Line 2146 google-readability-braces-around-statements statement should be inside braces 2
1313 src/nvim/hardcopy.c @ Line 2146 readability-braces-around-statements statement should be inside braces 2
1314 src/nvim/hardcopy.c @ Line 2175 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1315 src/nvim/hardcopy.c @ Line 2184 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1316 src/nvim/hardcopy.c @ Line 2190 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1317 src/nvim/hardcopy.c @ Line 2191 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1318 src/nvim/hardcopy.c @ Line 2193 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1319 src/nvim/hardcopy.c @ Line 2255 google-readability-braces-around-statements statement should be inside braces 2
1320 src/nvim/hardcopy.c @ Line 2255 readability-braces-around-statements statement should be inside braces 2
1321 src/nvim/hardcopy.c @ Line 2258 google-readability-braces-around-statements statement should be inside braces 2
1322 src/nvim/hardcopy.c @ Line 2258 readability-braces-around-statements statement should be inside braces 2
1323 src/nvim/hardcopy.c @ Line 2260 google-readability-braces-around-statements statement should be inside braces 2
1324 src/nvim/hardcopy.c @ Line 2260 readability-braces-around-statements statement should be inside braces 2
1325 src/nvim/hardcopy.c @ Line 2281 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1326 src/nvim/hardcopy.c @ Line 2293 google-readability-braces-around-statements statement should be inside braces 2
1327 src/nvim/hardcopy.c @ Line 2293 readability-braces-around-statements statement should be inside braces 2
1328 src/nvim/hardcopy.c @ Line 2294 google-readability-braces-around-statements statement should be inside braces 2
1329 src/nvim/hardcopy.c @ Line 2294 readability-braces-around-statements statement should be inside braces 2
1330 src/nvim/hardcopy.c @ Line 2322 bugprone-branch-clone if with identical then and else branches 2
1331 src/nvim/hardcopy.c @ Line 2343 google-readability-braces-around-statements statement should be inside braces 2
1332 src/nvim/hardcopy.c @ Line 2343 readability-braces-around-statements statement should be inside braces 2
1333 src/nvim/hardcopy.c @ Line 2372 google-readability-braces-around-statements statement should be inside braces 2
1334 src/nvim/hardcopy.c @ Line 2372 readability-braces-around-statements statement should be inside braces 2
1335 src/nvim/hardcopy.c @ Line 2423 google-readability-braces-around-statements statement should be inside braces 2
1336 src/nvim/hardcopy.c @ Line 2423 readability-braces-around-statements statement should be inside braces 2
1337 src/nvim/hardcopy.c @ Line 2462 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1338 src/nvim/hardcopy.c @ Line 2471 google-readability-braces-around-statements statement should be inside braces 2
1339 src/nvim/hardcopy.c @ Line 2471 readability-braces-around-statements statement should be inside braces 2
1340 src/nvim/hardcopy.c @ Line 2519 google-readability-braces-around-statements statement should be inside braces 2
1341 src/nvim/hardcopy.c @ Line 2519 readability-braces-around-statements statement should be inside braces 2
1342 src/nvim/hardcopy.c @ Line 2528 google-readability-braces-around-statements statement should be inside braces 2
1343 src/nvim/hardcopy.c @ Line 2528 readability-braces-around-statements statement should be inside braces 2
1344 src/nvim/hardcopy.c @ Line 2530 google-readability-braces-around-statements statement should be inside braces 2
1345 src/nvim/hardcopy.c @ Line 2530 readability-braces-around-statements statement should be inside braces 2
1346 src/nvim/hardcopy.c @ Line 2538 google-readability-braces-around-statements statement should be inside braces 2
1347 src/nvim/hardcopy.c @ Line 2538 readability-braces-around-statements statement should be inside braces 2
1348 src/nvim/hardcopy.c @ Line 2540 google-readability-braces-around-statements statement should be inside braces 2
1349 src/nvim/hardcopy.c @ Line 2540 readability-braces-around-statements statement should be inside braces 2
1350 src/nvim/hardcopy.c @ Line 2570 google-readability-braces-around-statements statement should be inside braces 2
1351 src/nvim/hardcopy.c @ Line 2570 readability-braces-around-statements statement should be inside braces 2
1352 src/nvim/hardcopy.c @ Line 2576 google-readability-braces-around-statements statement should be inside braces 2
1353 src/nvim/hardcopy.c @ Line 2576 readability-braces-around-statements statement should be inside braces 2
1354 src/nvim/hardcopy.c @ Line 2585 google-readability-braces-around-statements statement should be inside braces 2
1355 src/nvim/hardcopy.c @ Line 2585 readability-braces-around-statements statement should be inside braces 2
1356 src/nvim/hardcopy.c @ Line 2610 google-readability-braces-around-statements statement should be inside braces 2
1357 src/nvim/hardcopy.c @ Line 2610 readability-braces-around-statements statement should be inside braces 2
1358 src/nvim/hardcopy.c @ Line 2615 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1359 src/nvim/hardcopy.c @ Line 2616 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1360 src/nvim/hardcopy.c @ Line 2617 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1361 src/nvim/hardcopy.c @ Line 2620 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1362 src/nvim/hardcopy.c @ Line 2621 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1363 src/nvim/hardcopy.c @ Line 2622 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1364 src/nvim/hardcopy.c @ Line 2626 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1365 src/nvim/hardcopy.c @ Line 2627 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1366 src/nvim/hardcopy.c @ Line 2628 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1367 src/nvim/hardcopy.c @ Line 2633 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1368 src/nvim/hardcopy.c @ Line 2634 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1369 src/nvim/hardcopy.c @ Line 2635 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
1370 src/nvim/hardcopy.c @ Line 2655 google-readability-braces-around-statements statement should be inside braces 2
1371 src/nvim/hardcopy.c @ Line 2655 readability-braces-around-statements statement should be inside braces 2
1372 src/nvim/hardcopy.c @ Line 2683 google-readability-braces-around-statements statement should be inside braces 2
1373 src/nvim/hardcopy.c @ Line 2683 readability-braces-around-statements statement should be inside braces 2
1374 src/nvim/hardcopy.c @ Line 2686 google-readability-braces-around-statements statement should be inside braces 2
1375 src/nvim/hardcopy.c @ Line 2686 readability-braces-around-statements statement should be inside braces 2
1376 src/nvim/hardcopy.c @ Line 2713 google-readability-braces-around-statements statement should be inside braces 2
1377 src/nvim/hardcopy.c @ Line 2713 readability-braces-around-statements statement should be inside braces 2
1378 src/nvim/hardcopy.c @ Line 2741 google-readability-braces-around-statements statement should be inside braces 2
1379 src/nvim/hardcopy.c @ Line 2741 readability-braces-around-statements statement should be inside braces 2
1380 src/nvim/hardcopy.c @ Line 2749 google-readability-braces-around-statements statement should be inside braces 2
1381 src/nvim/hardcopy.c @ Line 2749 readability-braces-around-statements statement should be inside braces 2
1382 src/nvim/hardcopy.c @ Line 2760 google-readability-braces-around-statements statement should be inside braces 2
1383 src/nvim/hardcopy.c @ Line 2760 readability-braces-around-statements statement should be inside braces 2
1384 src/nvim/hardcopy.c @ Line 2771 google-readability-braces-around-statements statement should be inside braces 2
1385 src/nvim/hardcopy.c @ Line 2771 readability-braces-around-statements statement should be inside braces 2
1386 src/nvim/hardcopy.c @ Line 2856 google-readability-braces-around-statements statement should be inside braces 2
1387 src/nvim/hardcopy.c @ Line 2856 readability-braces-around-statements statement should be inside braces 2
1388 src/nvim/hardcopy.c @ Line 2858 google-readability-braces-around-statements statement should be inside braces 2
1389 src/nvim/hardcopy.c @ Line 2858 readability-braces-around-statements statement should be inside braces 2
1390 src/nvim/hardcopy.c @ Line 2980 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1391 src/nvim/hardcopy.c @ Line 2986 google-readability-braces-around-statements statement should be inside braces 2
1392 src/nvim/hardcopy.c @ Line 2986 readability-braces-around-statements statement should be inside braces 2
1393 src/nvim/hardcopy.c @ Line 3006 google-readability-braces-around-statements statement should be inside braces 2
1394 src/nvim/hardcopy.c @ Line 3006 readability-braces-around-statements statement should be inside braces 2
1395 src/nvim/hardcopy.c @ Line 3061 google-readability-braces-around-statements statement should be inside braces 2
1396 src/nvim/hardcopy.c @ Line 3061 readability-braces-around-statements statement should be inside braces 2
1397 src/nvim/hardcopy.c @ Line 3088 google-readability-braces-around-statements statement should be inside braces 2
1398 src/nvim/hardcopy.c @ Line 3088 readability-braces-around-statements statement should be inside braces 2
1399 src/nvim/hardcopy.c @ Line 3090 google-readability-braces-around-statements statement should be inside braces 2
1400 src/nvim/hardcopy.c @ Line 3090 readability-braces-around-statements statement should be inside braces 2
1401 src/nvim/hashtab.c @ Line 390 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
1402 src/nvim/hashtab.c @ Line 390 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
1403 src/nvim/highlight.c @ Line 141 readability-else-after-return do not use 'else' after 'return' 1
1404 src/nvim/highlight.c @ Line 226 readability-else-after-return do not use 'else' after 'return' 1
1405 src/nvim/highlight.c @ Line 330 google-readability-casting redundant cast to the same type 1
1406 src/nvim/highlight.c @ Line 428 readability-else-after-return do not use 'else' after 'return' 1
1407 src/nvim/highlight.c @ Line 604 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1408 src/nvim/highlight.c @ Line 803 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1409 src/nvim/highlight.c @ Line 939 misc-no-recursion function 'hl_inspect_impl' is within a recursive call chain 4
1410 src/nvim/if_cscope.c @ Line 74 readability-identifier-naming invalid case style for enum constant 'EXP_CSCOPE_SUBCMD' 2
1411 src/nvim/if_cscope.c @ Line 75 readability-identifier-naming invalid case style for enum constant 'EXP_SCSCOPE_SUBCMD' 2
1412 src/nvim/if_cscope.c @ Line 76 readability-identifier-naming invalid case style for enum constant 'EXP_CSCOPE_FIND' 2
1413 src/nvim/if_cscope.c @ Line 77 readability-identifier-naming invalid case style for enum constant 'EXP_CSCOPE_KILL' 2
1414 src/nvim/if_cscope.c @ Line 98 google-readability-braces-around-statements statement should be inside braces 2
1415 src/nvim/if_cscope.c @ Line 98 readability-braces-around-statements statement should be inside braces 2
1416 src/nvim/if_cscope.c @ Line 99 google-readability-braces-around-statements statement should be inside braces 2
1417 src/nvim/if_cscope.c @ Line 99 readability-braces-around-statements statement should be inside braces 2
1418 src/nvim/if_cscope.c @ Line 100 google-readability-braces-around-statements statement should be inside braces 2
1419 src/nvim/if_cscope.c @ Line 100 readability-braces-around-statements statement should be inside braces 2
1420 src/nvim/if_cscope.c @ Line 127 google-readability-braces-around-statements statement should be inside braces 2
1421 src/nvim/if_cscope.c @ Line 127 readability-braces-around-statements statement should be inside braces 2
1422 src/nvim/if_cscope.c @ Line 157 bugprone-branch-clone repeated branch in conditional chain 3
1423 src/nvim/if_cscope.c @ Line 234 google-readability-braces-around-statements statement should be inside braces 2
1424 src/nvim/if_cscope.c @ Line 234 readability-braces-around-statements statement should be inside braces 2
1425 src/nvim/if_cscope.c @ Line 237 google-readability-braces-around-statements statement should be inside braces 2
1426 src/nvim/if_cscope.c @ Line 237 readability-braces-around-statements statement should be inside braces 2
1427 src/nvim/if_cscope.c @ Line 248 google-readability-braces-around-statements statement should be inside braces 2
1428 src/nvim/if_cscope.c @ Line 248 readability-braces-around-statements statement should be inside braces 2
1429 src/nvim/if_cscope.c @ Line 254 google-readability-braces-around-statements statement should be inside braces 2
1430 src/nvim/if_cscope.c @ Line 254 readability-braces-around-statements statement should be inside braces 2
1431 src/nvim/if_cscope.c @ Line 261 google-readability-braces-around-statements statement should be inside braces 2
1432 src/nvim/if_cscope.c @ Line 261 readability-braces-around-statements statement should be inside braces 2
1433 src/nvim/if_cscope.c @ Line 390 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1434 src/nvim/if_cscope.c @ Line 396 google-readability-braces-around-statements statement should be inside braces 2
1435 src/nvim/if_cscope.c @ Line 396 readability-braces-around-statements statement should be inside braces 2
1436 src/nvim/if_cscope.c @ Line 446 google-readability-braces-around-statements statement should be inside braces 2
1437 src/nvim/if_cscope.c @ Line 446 readability-braces-around-statements statement should be inside braces 2
1438 src/nvim/if_cscope.c @ Line 468 google-readability-braces-around-statements statement should be inside braces 2
1439 src/nvim/if_cscope.c @ Line 468 readability-braces-around-statements statement should be inside braces 2
1440 src/nvim/if_cscope.c @ Line 471 google-readability-braces-around-statements statement should be inside braces 2
1441 src/nvim/if_cscope.c @ Line 471 readability-braces-around-statements statement should be inside braces 2
1442 src/nvim/if_cscope.c @ Line 473 google-readability-braces-around-statements statement should be inside braces 2
1443 src/nvim/if_cscope.c @ Line 473 readability-braces-around-statements statement should be inside braces 2
1444 src/nvim/if_cscope.c @ Line 478 google-readability-braces-around-statements statement should be inside braces 2
1445 src/nvim/if_cscope.c @ Line 478 readability-braces-around-statements statement should be inside braces 2
1446 src/nvim/if_cscope.c @ Line 489 google-readability-braces-around-statements statement should be inside braces 2
1447 src/nvim/if_cscope.c @ Line 489 readability-braces-around-statements statement should be inside braces 2
1448 src/nvim/if_cscope.c @ Line 541 google-readability-braces-around-statements statement should be inside braces 2
1449 src/nvim/if_cscope.c @ Line 541 readability-braces-around-statements statement should be inside braces 2
1450 src/nvim/if_cscope.c @ Line 594 google-readability-braces-around-statements statement should be inside braces 2
1451 src/nvim/if_cscope.c @ Line 594 readability-braces-around-statements statement should be inside braces 2
1452 src/nvim/if_cscope.c @ Line 602 google-readability-braces-around-statements statement should be inside braces 2
1453 src/nvim/if_cscope.c @ Line 602 readability-braces-around-statements statement should be inside braces 2
1454 src/nvim/if_cscope.c @ Line 604 bugprone-suspicious-string-compare function 'strncmp' is called without explicitly comparing result 2
1455 src/nvim/if_cscope.c @ Line 604 google-readability-braces-around-statements statement should be inside braces 2
1456 src/nvim/if_cscope.c @ Line 604 readability-braces-around-statements statement should be inside braces 2
1457 src/nvim/if_cscope.c @ Line 616 readability-non-const-parameter pointer parameter 'csoption' can be pointer to const 2
1458 src/nvim/if_cscope.c @ Line 659 google-readability-braces-around-statements statement should be inside braces 2
1459 src/nvim/if_cscope.c @ Line 659 readability-braces-around-statements statement should be inside braces 2
1460 src/nvim/if_cscope.c @ Line 660 google-readability-braces-around-statements statement should be inside braces 2
1461 src/nvim/if_cscope.c @ Line 660 readability-braces-around-statements statement should be inside braces 2
1462 src/nvim/if_cscope.c @ Line 676 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1463 src/nvim/if_cscope.c @ Line 678 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1464 src/nvim/if_cscope.c @ Line 689 google-readability-braces-around-statements statement should be inside braces 2
1465 src/nvim/if_cscope.c @ Line 689 readability-braces-around-statements statement should be inside braces 2
1466 src/nvim/if_cscope.c @ Line 691 google-readability-braces-around-statements statement should be inside braces 2
1467 src/nvim/if_cscope.c @ Line 691 readability-braces-around-statements statement should be inside braces 2
1468 src/nvim/if_cscope.c @ Line 693 google-readability-braces-around-statements statement should be inside braces 2
1469 src/nvim/if_cscope.c @ Line 693 readability-braces-around-statements statement should be inside braces 2
1470 src/nvim/if_cscope.c @ Line 695 google-readability-braces-around-statements statement should be inside braces 2
1471 src/nvim/if_cscope.c @ Line 695 readability-braces-around-statements statement should be inside braces 2
1472 src/nvim/if_cscope.c @ Line 762 google-readability-braces-around-statements statement should be inside braces 2
1473 src/nvim/if_cscope.c @ Line 762 readability-braces-around-statements statement should be inside braces 2
1474 src/nvim/if_cscope.c @ Line 775 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 2
1475 src/nvim/if_cscope.c @ Line 776 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 2
1476 src/nvim/if_cscope.c @ Line 779 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 2
1477 src/nvim/if_cscope.c @ Line 780 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 2
1478 src/nvim/if_cscope.c @ Line 798 google-readability-braces-around-statements statement should be inside braces 2
1479 src/nvim/if_cscope.c @ Line 798 readability-braces-around-statements statement should be inside braces 2
1480 src/nvim/if_cscope.c @ Line 869 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1481 src/nvim/if_cscope.c @ Line 891 google-readability-braces-around-statements statement should be inside braces 2
1482 src/nvim/if_cscope.c @ Line 891 readability-braces-around-statements statement should be inside braces 2
1483 src/nvim/if_cscope.c @ Line 892 google-readability-braces-around-statements statement should be inside braces 2
1484 src/nvim/if_cscope.c @ Line 892 readability-braces-around-statements statement should be inside braces 2
1485 src/nvim/if_cscope.c @ Line 969 google-readability-braces-around-statements statement should be inside braces 2
1486 src/nvim/if_cscope.c @ Line 969 readability-braces-around-statements statement should be inside braces 2
1487 src/nvim/if_cscope.c @ Line 981 google-readability-braces-around-statements statement should be inside braces 2
1488 src/nvim/if_cscope.c @ Line 981 readability-braces-around-statements statement should be inside braces 2
1489 src/nvim/if_cscope.c @ Line 990 google-readability-braces-around-statements statement should be inside braces 2
1490 src/nvim/if_cscope.c @ Line 990 readability-braces-around-statements statement should be inside braces 2
1491 src/nvim/if_cscope.c @ Line 993 google-readability-braces-around-statements statement should be inside braces 2
1492 src/nvim/if_cscope.c @ Line 993 readability-braces-around-statements statement should be inside braces 2
1493 src/nvim/if_cscope.c @ Line 1043 google-readability-braces-around-statements statement should be inside braces 2
1494 src/nvim/if_cscope.c @ Line 1043 readability-braces-around-statements statement should be inside braces 2
1495 src/nvim/if_cscope.c @ Line 1057 readability-else-after-return do not use 'else' after 'return' 1
1496 src/nvim/if_cscope.c @ Line 1058 readability-isolate-declaration multiple declarations in a single statement reduces readability 2
1497 src/nvim/if_cscope.c @ Line 1062 google-readability-casting redundant cast to the same type 2
1498 src/nvim/if_cscope.c @ Line 1065 google-readability-braces-around-statements statement should be inside braces 2
1499 src/nvim/if_cscope.c @ Line 1065 readability-braces-around-statements statement should be inside braces 2
1500 src/nvim/if_cscope.c @ Line 1092 google-readability-braces-around-statements statement should be inside braces 2
1501 src/nvim/if_cscope.c @ Line 1092 readability-braces-around-statements statement should be inside braces 2
1502 src/nvim/if_cscope.c @ Line 1133 google-readability-braces-around-statements statement should be inside braces 2
1503 src/nvim/if_cscope.c @ Line 1133 readability-braces-around-statements statement should be inside braces 2
1504 src/nvim/if_cscope.c @ Line 1157 google-readability-braces-around-statements statement should be inside braces 2
1505 src/nvim/if_cscope.c @ Line 1157 readability-braces-around-statements statement should be inside braces 2
1506 src/nvim/if_cscope.c @ Line 1163 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
1507 src/nvim/if_cscope.c @ Line 1167 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
1508 src/nvim/if_cscope.c @ Line 1168 google-readability-braces-around-statements statement should be inside braces 2
1509 src/nvim/if_cscope.c @ Line 1168 readability-braces-around-statements statement should be inside braces 2
1510 src/nvim/if_cscope.c @ Line 1173 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
1511 src/nvim/if_cscope.c @ Line 1174 google-readability-braces-around-statements statement should be inside braces 2
1512 src/nvim/if_cscope.c @ Line 1174 readability-braces-around-statements statement should be inside braces 2
1513 src/nvim/if_cscope.c @ Line 1190 google-readability-braces-around-statements statement should be inside braces 2
1514 src/nvim/if_cscope.c @ Line 1190 readability-braces-around-statements statement should be inside braces 2
1515 src/nvim/if_cscope.c @ Line 1196 google-readability-braces-around-statements statement should be inside braces 2
1516 src/nvim/if_cscope.c @ Line 1196 readability-braces-around-statements statement should be inside braces 2
1517 src/nvim/if_cscope.c @ Line 1201 google-readability-braces-around-statements statement should be inside braces 2
1518 src/nvim/if_cscope.c @ Line 1201 readability-braces-around-statements statement should be inside braces 2
1519 src/nvim/if_cscope.c @ Line 1227 google-readability-braces-around-statements statement should be inside braces 2
1520 src/nvim/if_cscope.c @ Line 1227 readability-braces-around-statements statement should be inside braces 2
1521 src/nvim/if_cscope.c @ Line 1232 google-readability-braces-around-statements statement should be inside braces 2
1522 src/nvim/if_cscope.c @ Line 1232 readability-braces-around-statements statement should be inside braces 2
1523 src/nvim/if_cscope.c @ Line 1240 google-readability-braces-around-statements statement should be inside braces 2
1524 src/nvim/if_cscope.c @ Line 1240 readability-braces-around-statements statement should be inside braces 2
1525 src/nvim/if_cscope.c @ Line 1250 readability-else-after-return do not use 'else' after 'return' 1
1526 src/nvim/if_cscope.c @ Line 1253 google-readability-braces-around-statements statement should be inside braces 2
1527 src/nvim/if_cscope.c @ Line 1253 readability-braces-around-statements statement should be inside braces 2
1528 src/nvim/if_cscope.c @ Line 1257 google-readability-casting redundant cast to the same type 2
1529 src/nvim/if_cscope.c @ Line 1342 misc-no-recursion function 'cs_manage_matches' is within a recursive call chain 4
1530 src/nvim/if_cscope.c @ Line 1355 google-readability-braces-around-statements statement should be inside braces 2
1531 src/nvim/if_cscope.c @ Line 1355 readability-braces-around-statements statement should be inside braces 2
1532 src/nvim/if_cscope.c @ Line 1363 google-readability-braces-around-statements statement should be inside braces 2
1533 src/nvim/if_cscope.c @ Line 1363 readability-braces-around-statements statement should be inside braces 2
1534 src/nvim/if_cscope.c @ Line 1373 google-readability-braces-around-statements statement should be inside braces 2
1535 src/nvim/if_cscope.c @ Line 1373 readability-braces-around-statements statement should be inside braces 2
1536 src/nvim/if_cscope.c @ Line 1424 google-readability-braces-around-statements statement should be inside braces 2
1537 src/nvim/if_cscope.c @ Line 1424 readability-braces-around-statements statement should be inside braces 2
1538 src/nvim/if_cscope.c @ Line 1435 google-readability-casting redundant cast to the same type 1
1539 src/nvim/if_cscope.c @ Line 1435 google-readability-braces-around-statements statement should be inside braces 2
1540 src/nvim/if_cscope.c @ Line 1435 readability-braces-around-statements statement should be inside braces 2
1541 src/nvim/if_cscope.c @ Line 1437 google-readability-braces-around-statements statement should be inside braces 2
1542 src/nvim/if_cscope.c @ Line 1437 readability-braces-around-statements statement should be inside braces 2
1543 src/nvim/if_cscope.c @ Line 1439 google-readability-braces-around-statements statement should be inside braces 2
1544 src/nvim/if_cscope.c @ Line 1439 readability-braces-around-statements statement should be inside braces 2
1545 src/nvim/if_cscope.c @ Line 1456 readability-non-const-parameter pointer parameter 'nummatches_a' can be pointer to const 2
1546 src/nvim/if_cscope.c @ Line 1458 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1547 src/nvim/if_cscope.c @ Line 1466 google-readability-braces-around-statements statement should be inside braces 2
1548 src/nvim/if_cscope.c @ Line 1466 readability-braces-around-statements statement should be inside braces 2
1549 src/nvim/if_cscope.c @ Line 1471 google-readability-braces-around-statements statement should be inside braces 2
1550 src/nvim/if_cscope.c @ Line 1471 readability-braces-around-statements statement should be inside braces 2
1551 src/nvim/if_cscope.c @ Line 1476 google-readability-braces-around-statements statement should be inside braces 2
1552 src/nvim/if_cscope.c @ Line 1476 readability-braces-around-statements statement should be inside braces 2
1553 src/nvim/if_cscope.c @ Line 1477 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 2
1554 src/nvim/if_cscope.c @ Line 1478 google-readability-braces-around-statements statement should be inside braces 2
1555 src/nvim/if_cscope.c @ Line 1478 readability-braces-around-statements statement should be inside braces 2
1556 src/nvim/if_cscope.c @ Line 1481 google-readability-braces-around-statements statement should be inside braces 2
1557 src/nvim/if_cscope.c @ Line 1481 readability-braces-around-statements statement should be inside braces 2
1558 src/nvim/if_cscope.c @ Line 1483 google-readability-braces-around-statements statement should be inside braces 2
1559 src/nvim/if_cscope.c @ Line 1483 readability-braces-around-statements statement should be inside braces 2
1560 src/nvim/if_cscope.c @ Line 1498 readability-non-const-parameter pointer parameter 'nummatches_a' can be pointer to const 2
1561 src/nvim/if_cscope.c @ Line 1503 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1562 src/nvim/if_cscope.c @ Line 1513 google-readability-casting redundant cast to the same type 1
1563 src/nvim/if_cscope.c @ Line 1514 google-readability-casting redundant cast to the same type 1
1564 src/nvim/if_cscope.c @ Line 1517 google-readability-braces-around-statements statement should be inside braces 2
1565 src/nvim/if_cscope.c @ Line 1517 readability-braces-around-statements statement should be inside braces 2
1566 src/nvim/if_cscope.c @ Line 1522 google-readability-braces-around-statements statement should be inside braces 2
1567 src/nvim/if_cscope.c @ Line 1522 readability-braces-around-statements statement should be inside braces 2
1568 src/nvim/if_cscope.c @ Line 1530 google-readability-braces-around-statements statement should be inside braces 2
1569 src/nvim/if_cscope.c @ Line 1530 readability-braces-around-statements statement should be inside braces 2
1570 src/nvim/if_cscope.c @ Line 1565 readability-redundant-control-flow redundant continue statement at the end of loop statement 1
1571 src/nvim/if_cscope.c @ Line 1784 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
1572 src/nvim/if_cscope.c @ Line 1805 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1573 src/nvim/if_cscope.c @ Line 1889 google-readability-braces-around-statements statement should be inside braces 2
1574 src/nvim/if_cscope.c @ Line 1889 readability-braces-around-statements statement should be inside braces 2
1575 src/nvim/if_cscope.c @ Line 1891 google-readability-braces-around-statements statement should be inside braces 2
1576 src/nvim/if_cscope.c @ Line 1891 readability-braces-around-statements statement should be inside braces 2
1577 src/nvim/if_cscope.c @ Line 1907 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1578 src/nvim/if_cscope.c @ Line 1910 google-readability-braces-around-statements statement should be inside braces 2
1579 src/nvim/if_cscope.c @ Line 1910 readability-braces-around-statements statement should be inside braces 2
1580 src/nvim/if_cscope.c @ Line 1922 google-readability-braces-around-statements statement should be inside braces 2
1581 src/nvim/if_cscope.c @ Line 1922 readability-braces-around-statements statement should be inside braces 2
1582 src/nvim/if_cscope.c @ Line 2008 google-readability-braces-around-statements statement should be inside braces 2
1583 src/nvim/if_cscope.c @ Line 2008 readability-braces-around-statements statement should be inside braces 2
1584 src/nvim/if_cscope.c @ Line 2015 google-readability-braces-around-statements statement should be inside braces 2
1585 src/nvim/if_cscope.c @ Line 2015 readability-braces-around-statements statement should be inside braces 2
1586 src/nvim/if_cscope.c @ Line 2036 google-readability-braces-around-statements statement should be inside braces 2
1587 src/nvim/if_cscope.c @ Line 2036 readability-braces-around-statements statement should be inside braces 2
1588 src/nvim/indent.c @ Line 522 readability-else-after-return do not use 'else' after 'return' 1
1589 src/nvim/indent.c @ Line 535 readability-identifier-naming invalid case style for variable 'save_State' 2
1590 src/nvim/indent.c @ Line 598 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1591 src/nvim/indent_c.c @ Line 50 google-readability-braces-around-statements statement should be inside braces 2
1592 src/nvim/indent_c.c @ Line 50 readability-braces-around-statements statement should be inside braces 2
1593 src/nvim/indent_c.c @ Line 58 google-readability-braces-around-statements statement should be inside braces 2
1594 src/nvim/indent_c.c @ Line 58 readability-braces-around-statements statement should be inside braces 2
1595 src/nvim/indent_c.c @ Line 60 google-readability-braces-around-statements statement should be inside braces 2
1596 src/nvim/indent_c.c @ Line 60 readability-braces-around-statements statement should be inside braces 2
1597 src/nvim/indent_c.c @ Line 119 google-readability-braces-around-statements statement should be inside braces 2
1598 src/nvim/indent_c.c @ Line 119 readability-braces-around-statements statement should be inside braces 2
1599 src/nvim/indent_c.c @ Line 127 google-readability-braces-around-statements statement should be inside braces 2
1600 src/nvim/indent_c.c @ Line 127 readability-braces-around-statements statement should be inside braces 2
1601 src/nvim/indent_c.c @ Line 129 google-readability-braces-around-statements statement should be inside braces 2
1602 src/nvim/indent_c.c @ Line 129 readability-braces-around-statements statement should be inside braces 2
1603 src/nvim/indent_c.c @ Line 187 google-readability-braces-around-statements statement should be inside braces 2
1604 src/nvim/indent_c.c @ Line 187 readability-braces-around-statements statement should be inside braces 2
1605 src/nvim/indent_c.c @ Line 269 google-readability-braces-around-statements statement should be inside braces 2
1606 src/nvim/indent_c.c @ Line 269 readability-braces-around-statements statement should be inside braces 2
1607 src/nvim/indent_c.c @ Line 307 google-readability-braces-around-statements statement should be inside braces 2
1608 src/nvim/indent_c.c @ Line 307 readability-braces-around-statements statement should be inside braces 2
1609 src/nvim/indent_c.c @ Line 350 google-readability-braces-around-statements statement should be inside braces 2
1610 src/nvim/indent_c.c @ Line 350 readability-braces-around-statements statement should be inside braces 2
1611 src/nvim/indent_c.c @ Line 431 google-readability-braces-around-statements statement should be inside braces 2
1612 src/nvim/indent_c.c @ Line 431 readability-braces-around-statements statement should be inside braces 2
1613 src/nvim/indent_c.c @ Line 435 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1614 src/nvim/indent_c.c @ Line 445 google-readability-braces-around-statements statement should be inside braces 2
1615 src/nvim/indent_c.c @ Line 445 readability-braces-around-statements statement should be inside braces 2
1616 src/nvim/indent_c.c @ Line 449 google-readability-braces-around-statements statement should be inside braces 2
1617 src/nvim/indent_c.c @ Line 449 readability-braces-around-statements statement should be inside braces 2
1618 src/nvim/indent_c.c @ Line 452 google-readability-braces-around-statements statement should be inside braces 2
1619 src/nvim/indent_c.c @ Line 452 readability-braces-around-statements statement should be inside braces 2
1620 src/nvim/indent_c.c @ Line 488 readability-else-after-return do not use 'else' after 'return' 1
1621 src/nvim/indent_c.c @ Line 591 google-readability-braces-around-statements statement should be inside braces 2
1622 src/nvim/indent_c.c @ Line 591 readability-braces-around-statements statement should be inside braces 2
1623 src/nvim/indent_c.c @ Line 594 google-readability-braces-around-statements statement should be inside braces 2
1624 src/nvim/indent_c.c @ Line 594 readability-braces-around-statements statement should be inside braces 2
1625 src/nvim/indent_c.c @ Line 612 google-readability-braces-around-statements statement should be inside braces 2
1626 src/nvim/indent_c.c @ Line 612 readability-braces-around-statements statement should be inside braces 2
1627 src/nvim/indent_c.c @ Line 662 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1628 src/nvim/indent_c.c @ Line 674 google-readability-braces-around-statements statement should be inside braces 2
1629 src/nvim/indent_c.c @ Line 674 readability-braces-around-statements statement should be inside braces 2
1630 src/nvim/indent_c.c @ Line 676 google-readability-braces-around-statements statement should be inside braces 2
1631 src/nvim/indent_c.c @ Line 676 readability-braces-around-statements statement should be inside braces 2
1632 src/nvim/indent_c.c @ Line 684 google-readability-braces-around-statements statement should be inside braces 2
1633 src/nvim/indent_c.c @ Line 684 readability-braces-around-statements statement should be inside braces 2
1634 src/nvim/indent_c.c @ Line 687 google-readability-braces-around-statements statement should be inside braces 2
1635 src/nvim/indent_c.c @ Line 687 readability-braces-around-statements statement should be inside braces 2
1636 src/nvim/indent_c.c @ Line 689 google-readability-braces-around-statements statement should be inside braces 2
1637 src/nvim/indent_c.c @ Line 689 readability-braces-around-statements statement should be inside braces 2
1638 src/nvim/indent_c.c @ Line 717 google-readability-braces-around-statements statement should be inside braces 2
1639 src/nvim/indent_c.c @ Line 717 readability-braces-around-statements statement should be inside braces 2
1640 src/nvim/indent_c.c @ Line 729 google-readability-braces-around-statements statement should be inside braces 2
1641 src/nvim/indent_c.c @ Line 729 readability-braces-around-statements statement should be inside braces 2
1642 src/nvim/indent_c.c @ Line 733 google-readability-braces-around-statements statement should be inside braces 2
1643 src/nvim/indent_c.c @ Line 733 readability-braces-around-statements statement should be inside braces 2
1644 src/nvim/indent_c.c @ Line 751 google-readability-braces-around-statements statement should be inside braces 2
1645 src/nvim/indent_c.c @ Line 751 readability-braces-around-statements statement should be inside braces 2
1646 src/nvim/indent_c.c @ Line 777 google-readability-braces-around-statements statement should be inside braces 2
1647 src/nvim/indent_c.c @ Line 777 readability-braces-around-statements statement should be inside braces 2
1648 src/nvim/indent_c.c @ Line 780 google-readability-braces-around-statements statement should be inside braces 2
1649 src/nvim/indent_c.c @ Line 780 readability-braces-around-statements statement should be inside braces 2
1650 src/nvim/indent_c.c @ Line 796 readability-non-const-parameter pointer parameter 'p' can be pointer to const 2
1651 src/nvim/indent_c.c @ Line 804 readability-non-const-parameter pointer parameter 'p' can be pointer to const 2
1652 src/nvim/indent_c.c @ Line 831 google-readability-braces-around-statements statement should be inside braces 2
1653 src/nvim/indent_c.c @ Line 831 readability-braces-around-statements statement should be inside braces 2
1654 src/nvim/indent_c.c @ Line 834 google-readability-braces-around-statements statement should be inside braces 2
1655 src/nvim/indent_c.c @ Line 834 readability-braces-around-statements statement should be inside braces 2
1656 src/nvim/indent_c.c @ Line 840 google-readability-braces-around-statements statement should be inside braces 2
1657 src/nvim/indent_c.c @ Line 840 readability-braces-around-statements statement should be inside braces 2
1658 src/nvim/indent_c.c @ Line 844 google-readability-braces-around-statements statement should be inside braces 2
1659 src/nvim/indent_c.c @ Line 844 readability-braces-around-statements statement should be inside braces 2
1660 src/nvim/indent_c.c @ Line 846 readability-else-after-return do not use 'else' after 'return' 1
1661 src/nvim/indent_c.c @ Line 847 google-readability-braces-around-statements statement should be inside braces 2
1662 src/nvim/indent_c.c @ Line 847 readability-braces-around-statements statement should be inside braces 2
1663 src/nvim/indent_c.c @ Line 849 readability-else-after-return do not use 'else' after 'return' 2
1664 src/nvim/indent_c.c @ Line 849 google-readability-braces-around-statements statement should be inside braces 2
1665 src/nvim/indent_c.c @ Line 849 readability-braces-around-statements statement should be inside braces 2
1666 src/nvim/indent_c.c @ Line 853 google-readability-braces-around-statements statement should be inside braces 2
1667 src/nvim/indent_c.c @ Line 853 readability-braces-around-statements statement should be inside braces 2
1668 src/nvim/indent_c.c @ Line 878 google-readability-braces-around-statements statement should be inside braces 2
1669 src/nvim/indent_c.c @ Line 878 readability-braces-around-statements statement should be inside braces 2
1670 src/nvim/indent_c.c @ Line 880 google-readability-braces-around-statements statement should be inside braces 2
1671 src/nvim/indent_c.c @ Line 880 readability-braces-around-statements statement should be inside braces 2
1672 src/nvim/indent_c.c @ Line 932 google-readability-braces-around-statements statement should be inside braces 2
1673 src/nvim/indent_c.c @ Line 932 readability-braces-around-statements statement should be inside braces 2
1674 src/nvim/indent_c.c @ Line 944 google-readability-braces-around-statements statement should be inside braces 2
1675 src/nvim/indent_c.c @ Line 944 readability-braces-around-statements statement should be inside braces 2
1676 src/nvim/indent_c.c @ Line 947 google-readability-braces-around-statements statement should be inside braces 2
1677 src/nvim/indent_c.c @ Line 947 readability-braces-around-statements statement should be inside braces 2
1678 src/nvim/indent_c.c @ Line 950 google-readability-braces-around-statements statement should be inside braces 2
1679 src/nvim/indent_c.c @ Line 950 readability-braces-around-statements statement should be inside braces 2
1680 src/nvim/indent_c.c @ Line 955 google-readability-braces-around-statements statement should be inside braces 2
1681 src/nvim/indent_c.c @ Line 955 readability-braces-around-statements statement should be inside braces 2
1682 src/nvim/indent_c.c @ Line 967 google-readability-braces-around-statements statement should be inside braces 2
1683 src/nvim/indent_c.c @ Line 967 readability-braces-around-statements statement should be inside braces 2
1684 src/nvim/indent_c.c @ Line 1017 google-readability-braces-around-statements statement should be inside braces 2
1685 src/nvim/indent_c.c @ Line 1017 readability-braces-around-statements statement should be inside braces 2
1686 src/nvim/indent_c.c @ Line 1034 google-readability-braces-around-statements statement should be inside braces 2
1687 src/nvim/indent_c.c @ Line 1034 readability-braces-around-statements statement should be inside braces 2
1688 src/nvim/indent_c.c @ Line 1036 google-readability-braces-around-statements statement should be inside braces 2
1689 src/nvim/indent_c.c @ Line 1036 readability-braces-around-statements statement should be inside braces 2
1690 src/nvim/indent_c.c @ Line 1040 google-readability-braces-around-statements statement should be inside braces 2
1691 src/nvim/indent_c.c @ Line 1040 readability-braces-around-statements statement should be inside braces 2
1692 src/nvim/indent_c.c @ Line 1045 google-readability-braces-around-statements statement should be inside braces 2
1693 src/nvim/indent_c.c @ Line 1045 readability-braces-around-statements statement should be inside braces 2
1694 src/nvim/indent_c.c @ Line 1050 google-readability-braces-around-statements statement should be inside braces 2
1695 src/nvim/indent_c.c @ Line 1050 readability-braces-around-statements statement should be inside braces 2
1696 src/nvim/indent_c.c @ Line 1111 google-readability-braces-around-statements statement should be inside braces 2
1697 src/nvim/indent_c.c @ Line 1111 readability-braces-around-statements statement should be inside braces 2
1698 src/nvim/indent_c.c @ Line 1138 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1699 src/nvim/indent_c.c @ Line 1153 google-readability-braces-around-statements statement should be inside braces 2
1700 src/nvim/indent_c.c @ Line 1153 readability-braces-around-statements statement should be inside braces 2
1701 src/nvim/indent_c.c @ Line 1174 google-readability-braces-around-statements statement should be inside braces 2
1702 src/nvim/indent_c.c @ Line 1174 readability-braces-around-statements statement should be inside braces 2
1703 src/nvim/indent_c.c @ Line 1179 google-readability-braces-around-statements statement should be inside braces 2
1704 src/nvim/indent_c.c @ Line 1179 readability-braces-around-statements statement should be inside braces 2
1705 src/nvim/indent_c.c @ Line 1181 google-readability-braces-around-statements statement should be inside braces 2
1706 src/nvim/indent_c.c @ Line 1181 readability-braces-around-statements statement should be inside braces 2
1707 src/nvim/indent_c.c @ Line 1184 google-readability-braces-around-statements statement should be inside braces 2
1708 src/nvim/indent_c.c @ Line 1184 readability-braces-around-statements statement should be inside braces 2
1709 src/nvim/indent_c.c @ Line 1207 google-readability-braces-around-statements statement should be inside braces 2
1710 src/nvim/indent_c.c @ Line 1207 readability-braces-around-statements statement should be inside braces 2
1711 src/nvim/indent_c.c @ Line 1211 google-readability-braces-around-statements statement should be inside braces 2
1712 src/nvim/indent_c.c @ Line 1211 readability-braces-around-statements statement should be inside braces 2
1713 src/nvim/indent_c.c @ Line 1226 google-readability-braces-around-statements statement should be inside braces 2
1714 src/nvim/indent_c.c @ Line 1226 readability-braces-around-statements statement should be inside braces 2
1715 src/nvim/indent_c.c @ Line 1233 google-readability-braces-around-statements statement should be inside braces 2
1716 src/nvim/indent_c.c @ Line 1233 readability-braces-around-statements statement should be inside braces 2
1717 src/nvim/indent_c.c @ Line 1235 google-readability-braces-around-statements statement should be inside braces 2
1718 src/nvim/indent_c.c @ Line 1235 readability-braces-around-statements statement should be inside braces 2
1719 src/nvim/indent_c.c @ Line 1298 google-readability-braces-around-statements statement should be inside braces 2
1720 src/nvim/indent_c.c @ Line 1298 readability-braces-around-statements statement should be inside braces 2
1721 src/nvim/indent_c.c @ Line 1318 google-readability-braces-around-statements statement should be inside braces 2
1722 src/nvim/indent_c.c @ Line 1318 readability-braces-around-statements statement should be inside braces 2
1723 src/nvim/indent_c.c @ Line 1320 google-readability-braces-around-statements statement should be inside braces 2
1724 src/nvim/indent_c.c @ Line 1320 readability-braces-around-statements statement should be inside braces 2
1725 src/nvim/indent_c.c @ Line 1323 google-readability-braces-around-statements statement should be inside braces 2
1726 src/nvim/indent_c.c @ Line 1323 readability-braces-around-statements statement should be inside braces 2
1727 src/nvim/indent_c.c @ Line 1495 readability-identifier-naming invalid case style for variable 'tryposBrace' 2
1728 src/nvim/indent_c.c @ Line 1518 google-readability-braces-around-statements statement should be inside braces 2
1729 src/nvim/indent_c.c @ Line 1518 readability-braces-around-statements statement should be inside braces 2
1730 src/nvim/indent_c.c @ Line 1721 google-readability-braces-around-statements statement should be inside braces 2
1731 src/nvim/indent_c.c @ Line 1721 readability-braces-around-statements statement should be inside braces 2
1732 src/nvim/indent_c.c @ Line 1726 google-readability-braces-around-statements statement should be inside braces 2
1733 src/nvim/indent_c.c @ Line 1726 readability-braces-around-statements statement should be inside braces 2
1734 src/nvim/indent_c.c @ Line 1770 google-readability-braces-around-statements statement should be inside braces 2
1735 src/nvim/indent_c.c @ Line 1770 readability-braces-around-statements statement should be inside braces 2
1736 src/nvim/indent_c.c @ Line 1790 readability-identifier-naming invalid case style for variable 'tryposBrace' 2
1737 src/nvim/indent_c.c @ Line 1791 readability-identifier-naming invalid case style for variable 'tryposCopy' 2
1738 src/nvim/indent_c.c @ Line 1853 google-readability-braces-around-statements statement should be inside braces 2
1739 src/nvim/indent_c.c @ Line 1853 readability-braces-around-statements statement should be inside braces 2
1740 src/nvim/indent_c.c @ Line 1950 google-readability-braces-around-statements statement should be inside braces 2
1741 src/nvim/indent_c.c @ Line 1950 readability-braces-around-statements statement should be inside braces 2
1742 src/nvim/indent_c.c @ Line 1954 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1743 src/nvim/indent_c.c @ Line 1959 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1744 src/nvim/indent_c.c @ Line 1973 google-readability-braces-around-statements statement should be inside braces 2
1745 src/nvim/indent_c.c @ Line 1973 readability-braces-around-statements statement should be inside braces 2
1746 src/nvim/indent_c.c @ Line 1986 google-readability-braces-around-statements statement should be inside braces 2
1747 src/nvim/indent_c.c @ Line 1986 readability-braces-around-statements statement should be inside braces 2
1748 src/nvim/indent_c.c @ Line 1988 google-readability-braces-around-statements statement should be inside braces 2
1749 src/nvim/indent_c.c @ Line 1988 readability-braces-around-statements statement should be inside braces 2
1750 src/nvim/indent_c.c @ Line 2015 google-readability-braces-around-statements statement should be inside braces 2
1751 src/nvim/indent_c.c @ Line 2015 readability-braces-around-statements statement should be inside braces 2
1752 src/nvim/indent_c.c @ Line 2017 google-readability-braces-around-statements statement should be inside braces 2
1753 src/nvim/indent_c.c @ Line 2017 readability-braces-around-statements statement should be inside braces 2
1754 src/nvim/indent_c.c @ Line 2045 google-readability-braces-around-statements statement should be inside braces 2
1755 src/nvim/indent_c.c @ Line 2045 readability-braces-around-statements statement should be inside braces 2
1756 src/nvim/indent_c.c @ Line 2069 google-readability-braces-around-statements statement should be inside braces 2
1757 src/nvim/indent_c.c @ Line 2069 readability-braces-around-statements statement should be inside braces 2
1758 src/nvim/indent_c.c @ Line 2071 google-readability-braces-around-statements statement should be inside braces 2
1759 src/nvim/indent_c.c @ Line 2071 readability-braces-around-statements statement should be inside braces 2
1760 src/nvim/indent_c.c @ Line 2111 google-readability-braces-around-statements statement should be inside braces 2
1761 src/nvim/indent_c.c @ Line 2111 readability-braces-around-statements statement should be inside braces 2
1762 src/nvim/indent_c.c @ Line 2171 google-readability-braces-around-statements statement should be inside braces 2
1763 src/nvim/indent_c.c @ Line 2171 readability-braces-around-statements statement should be inside braces 2
1764 src/nvim/indent_c.c @ Line 2205 google-readability-braces-around-statements statement should be inside braces 2
1765 src/nvim/indent_c.c @ Line 2205 readability-braces-around-statements statement should be inside braces 2
1766 src/nvim/indent_c.c @ Line 2213 google-readability-braces-around-statements statement should be inside braces 2
1767 src/nvim/indent_c.c @ Line 2213 readability-braces-around-statements statement should be inside braces 2
1768 src/nvim/indent_c.c @ Line 2217 google-readability-braces-around-statements statement should be inside braces 2
1769 src/nvim/indent_c.c @ Line 2217 readability-braces-around-statements statement should be inside braces 2
1770 src/nvim/indent_c.c @ Line 2233 google-readability-braces-around-statements statement should be inside braces 2
1771 src/nvim/indent_c.c @ Line 2233 readability-braces-around-statements statement should be inside braces 2
1772 src/nvim/indent_c.c @ Line 2243 google-readability-braces-around-statements statement should be inside braces 2
1773 src/nvim/indent_c.c @ Line 2243 readability-braces-around-statements statement should be inside braces 2
1774 src/nvim/indent_c.c @ Line 2263 google-readability-braces-around-statements statement should be inside braces 2
1775 src/nvim/indent_c.c @ Line 2263 readability-braces-around-statements statement should be inside braces 2
1776 src/nvim/indent_c.c @ Line 2286 google-readability-braces-around-statements statement should be inside braces 2
1777 src/nvim/indent_c.c @ Line 2286 readability-braces-around-statements statement should be inside braces 2
1778 src/nvim/indent_c.c @ Line 2316 google-readability-braces-around-statements statement should be inside braces 2
1779 src/nvim/indent_c.c @ Line 2316 readability-braces-around-statements statement should be inside braces 2
1780 src/nvim/indent_c.c @ Line 2318 google-readability-braces-around-statements statement should be inside braces 2
1781 src/nvim/indent_c.c @ Line 2318 readability-braces-around-statements statement should be inside braces 2
1782 src/nvim/indent_c.c @ Line 2414 google-readability-braces-around-statements statement should be inside braces 2
1783 src/nvim/indent_c.c @ Line 2414 readability-braces-around-statements statement should be inside braces 2
1784 src/nvim/indent_c.c @ Line 2471 google-readability-braces-around-statements statement should be inside braces 2
1785 src/nvim/indent_c.c @ Line 2471 readability-braces-around-statements statement should be inside braces 2
1786 src/nvim/indent_c.c @ Line 2473 google-readability-braces-around-statements statement should be inside braces 2
1787 src/nvim/indent_c.c @ Line 2473 readability-braces-around-statements statement should be inside braces 2
1788 src/nvim/indent_c.c @ Line 2498 google-readability-braces-around-statements statement should be inside braces 2
1789 src/nvim/indent_c.c @ Line 2498 readability-braces-around-statements statement should be inside braces 2
1790 src/nvim/indent_c.c @ Line 2517 google-readability-braces-around-statements statement should be inside braces 2
1791 src/nvim/indent_c.c @ Line 2517 readability-braces-around-statements statement should be inside braces 2
1792 src/nvim/indent_c.c @ Line 2523 google-readability-braces-around-statements statement should be inside braces 2
1793 src/nvim/indent_c.c @ Line 2523 readability-braces-around-statements statement should be inside braces 2
1794 src/nvim/indent_c.c @ Line 2538 google-readability-braces-around-statements statement should be inside braces 2
1795 src/nvim/indent_c.c @ Line 2538 readability-braces-around-statements statement should be inside braces 2
1796 src/nvim/indent_c.c @ Line 2542 google-readability-braces-around-statements statement should be inside braces 2
1797 src/nvim/indent_c.c @ Line 2542 readability-braces-around-statements statement should be inside braces 2
1798 src/nvim/indent_c.c @ Line 2557 google-readability-braces-around-statements statement should be inside braces 2
1799 src/nvim/indent_c.c @ Line 2557 readability-braces-around-statements statement should be inside braces 2
1800 src/nvim/indent_c.c @ Line 2559 google-readability-braces-around-statements statement should be inside braces 2
1801 src/nvim/indent_c.c @ Line 2559 readability-braces-around-statements statement should be inside braces 2
1802 src/nvim/indent_c.c @ Line 2562 google-readability-braces-around-statements statement should be inside braces 2
1803 src/nvim/indent_c.c @ Line 2562 readability-braces-around-statements statement should be inside braces 2
1804 src/nvim/indent_c.c @ Line 2564 google-readability-braces-around-statements statement should be inside braces 2
1805 src/nvim/indent_c.c @ Line 2564 readability-braces-around-statements statement should be inside braces 2
1806 src/nvim/indent_c.c @ Line 2582 google-readability-braces-around-statements statement should be inside braces 2
1807 src/nvim/indent_c.c @ Line 2582 readability-braces-around-statements statement should be inside braces 2
1808 src/nvim/indent_c.c @ Line 2587 google-readability-braces-around-statements statement should be inside braces 2
1809 src/nvim/indent_c.c @ Line 2587 readability-braces-around-statements statement should be inside braces 2
1810 src/nvim/indent_c.c @ Line 2611 readability-else-after-return do not use 'else' after 'break' 1
1811 src/nvim/indent_c.c @ Line 2616 google-readability-braces-around-statements statement should be inside braces 2
1812 src/nvim/indent_c.c @ Line 2616 readability-braces-around-statements statement should be inside braces 2
1813 src/nvim/indent_c.c @ Line 2642 google-readability-braces-around-statements statement should be inside braces 2
1814 src/nvim/indent_c.c @ Line 2642 readability-braces-around-statements statement should be inside braces 2
1815 src/nvim/indent_c.c @ Line 2647 google-readability-braces-around-statements statement should be inside braces 2
1816 src/nvim/indent_c.c @ Line 2647 readability-braces-around-statements statement should be inside braces 2
1817 src/nvim/indent_c.c @ Line 2657 google-readability-braces-around-statements statement should be inside braces 2
1818 src/nvim/indent_c.c @ Line 2657 readability-braces-around-statements statement should be inside braces 2
1819 src/nvim/indent_c.c @ Line 2659 google-readability-braces-around-statements statement should be inside braces 2
1820 src/nvim/indent_c.c @ Line 2659 readability-braces-around-statements statement should be inside braces 2
1821 src/nvim/indent_c.c @ Line 2694 google-readability-braces-around-statements statement should be inside braces 2
1822 src/nvim/indent_c.c @ Line 2694 readability-braces-around-statements statement should be inside braces 2
1823 src/nvim/indent_c.c @ Line 2697 google-readability-braces-around-statements statement should be inside braces 2
1824 src/nvim/indent_c.c @ Line 2697 readability-braces-around-statements statement should be inside braces 2
1825 src/nvim/indent_c.c @ Line 2712 google-readability-braces-around-statements statement should be inside braces 2
1826 src/nvim/indent_c.c @ Line 2712 readability-braces-around-statements statement should be inside braces 2
1827 src/nvim/indent_c.c @ Line 2714 google-readability-braces-around-statements statement should be inside braces 2
1828 src/nvim/indent_c.c @ Line 2714 readability-braces-around-statements statement should be inside braces 2
1829 src/nvim/indent_c.c @ Line 2755 google-readability-braces-around-statements statement should be inside braces 2
1830 src/nvim/indent_c.c @ Line 2755 readability-braces-around-statements statement should be inside braces 2
1831 src/nvim/indent_c.c @ Line 2781 google-readability-braces-around-statements statement should be inside braces 2
1832 src/nvim/indent_c.c @ Line 2781 readability-braces-around-statements statement should be inside braces 2
1833 src/nvim/indent_c.c @ Line 2783 google-readability-braces-around-statements statement should be inside braces 2
1834 src/nvim/indent_c.c @ Line 2783 readability-braces-around-statements statement should be inside braces 2
1835 src/nvim/indent_c.c @ Line 2795 readability-else-after-return do not use 'else' after 'break' 1
1836 src/nvim/indent_c.c @ Line 2799 google-readability-braces-around-statements statement should be inside braces 2
1837 src/nvim/indent_c.c @ Line 2799 readability-braces-around-statements statement should be inside braces 2
1838 src/nvim/indent_c.c @ Line 2801 readability-else-after-return do not use 'else' after 'break' 2
1839 src/nvim/indent_c.c @ Line 2801 google-readability-braces-around-statements statement should be inside braces 2
1840 src/nvim/indent_c.c @ Line 2801 readability-braces-around-statements statement should be inside braces 2
1841 src/nvim/indent_c.c @ Line 2844 readability-else-after-return do not use 'else' after 'break' 1
1842 src/nvim/indent_c.c @ Line 2880 google-readability-braces-around-statements statement should be inside braces 2
1843 src/nvim/indent_c.c @ Line 2880 readability-braces-around-statements statement should be inside braces 2
1844 src/nvim/indent_c.c @ Line 2909 google-readability-braces-around-statements statement should be inside braces 2
1845 src/nvim/indent_c.c @ Line 2909 readability-braces-around-statements statement should be inside braces 2
1846 src/nvim/indent_c.c @ Line 2942 google-readability-braces-around-statements statement should be inside braces 2
1847 src/nvim/indent_c.c @ Line 2942 readability-braces-around-statements statement should be inside braces 2
1848 src/nvim/indent_c.c @ Line 2968 google-readability-braces-around-statements statement should be inside braces 2
1849 src/nvim/indent_c.c @ Line 2968 readability-braces-around-statements statement should be inside braces 2
1850 src/nvim/indent_c.c @ Line 2970 google-readability-braces-around-statements statement should be inside braces 2
1851 src/nvim/indent_c.c @ Line 2970 readability-braces-around-statements statement should be inside braces 2
1852 src/nvim/indent_c.c @ Line 2989 google-readability-braces-around-statements statement should be inside braces 2
1853 src/nvim/indent_c.c @ Line 2989 readability-braces-around-statements statement should be inside braces 2
1854 src/nvim/indent_c.c @ Line 3006 google-readability-braces-around-statements statement should be inside braces 2
1855 src/nvim/indent_c.c @ Line 3006 readability-braces-around-statements statement should be inside braces 2
1856 src/nvim/indent_c.c @ Line 3021 google-readability-braces-around-statements statement should be inside braces 2
1857 src/nvim/indent_c.c @ Line 3021 readability-braces-around-statements statement should be inside braces 2
1858 src/nvim/indent_c.c @ Line 3027 google-readability-braces-around-statements statement should be inside braces 2
1859 src/nvim/indent_c.c @ Line 3027 readability-braces-around-statements statement should be inside braces 2
1860 src/nvim/indent_c.c @ Line 3060 google-readability-braces-around-statements statement should be inside braces 2
1861 src/nvim/indent_c.c @ Line 3060 readability-braces-around-statements statement should be inside braces 2
1862 src/nvim/indent_c.c @ Line 3157 google-readability-braces-around-statements statement should be inside braces 2
1863 src/nvim/indent_c.c @ Line 3157 readability-braces-around-statements statement should be inside braces 2
1864 src/nvim/indent_c.c @ Line 3159 google-readability-braces-around-statements statement should be inside braces 2
1865 src/nvim/indent_c.c @ Line 3159 readability-braces-around-statements statement should be inside braces 2
1866 src/nvim/indent_c.c @ Line 3216 google-readability-braces-around-statements statement should be inside braces 2
1867 src/nvim/indent_c.c @ Line 3216 readability-braces-around-statements statement should be inside braces 2
1868 src/nvim/indent_c.c @ Line 3218 google-readability-braces-around-statements statement should be inside braces 2
1869 src/nvim/indent_c.c @ Line 3218 readability-braces-around-statements statement should be inside braces 2
1870 src/nvim/indent_c.c @ Line 3233 google-readability-braces-around-statements statement should be inside braces 2
1871 src/nvim/indent_c.c @ Line 3233 readability-braces-around-statements statement should be inside braces 2
1872 src/nvim/indent_c.c @ Line 3287 google-readability-braces-around-statements statement should be inside braces 2
1873 src/nvim/indent_c.c @ Line 3287 readability-braces-around-statements statement should be inside braces 2
1874 src/nvim/indent_c.c @ Line 3291 google-readability-braces-around-statements statement should be inside braces 2
1875 src/nvim/indent_c.c @ Line 3291 readability-braces-around-statements statement should be inside braces 2
1876 src/nvim/indent_c.c @ Line 3309 google-readability-braces-around-statements statement should be inside braces 2
1877 src/nvim/indent_c.c @ Line 3309 readability-braces-around-statements statement should be inside braces 2
1878 src/nvim/indent_c.c @ Line 3325 google-readability-braces-around-statements statement should be inside braces 2
1879 src/nvim/indent_c.c @ Line 3325 readability-braces-around-statements statement should be inside braces 2
1880 src/nvim/indent_c.c @ Line 3421 google-readability-braces-around-statements statement should be inside braces 2
1881 src/nvim/indent_c.c @ Line 3421 readability-braces-around-statements statement should be inside braces 2
1882 src/nvim/indent_c.c @ Line 3452 google-readability-braces-around-statements statement should be inside braces 2
1883 src/nvim/indent_c.c @ Line 3452 readability-braces-around-statements statement should be inside braces 2
1884 src/nvim/indent_c.c @ Line 3460 google-readability-braces-around-statements statement should be inside braces 2
1885 src/nvim/indent_c.c @ Line 3460 readability-braces-around-statements statement should be inside braces 2
1886 src/nvim/indent_c.c @ Line 3462 google-readability-braces-around-statements statement should be inside braces 2
1887 src/nvim/indent_c.c @ Line 3462 readability-braces-around-statements statement should be inside braces 2
1888 src/nvim/indent_c.c @ Line 3480 google-readability-braces-around-statements statement should be inside braces 2
1889 src/nvim/indent_c.c @ Line 3480 readability-braces-around-statements statement should be inside braces 2
1890 src/nvim/indent_c.c @ Line 3489 google-readability-braces-around-statements statement should be inside braces 2
1891 src/nvim/indent_c.c @ Line 3489 readability-braces-around-statements statement should be inside braces 2
1892 src/nvim/indent_c.c @ Line 3517 google-readability-braces-around-statements statement should be inside braces 2
1893 src/nvim/indent_c.c @ Line 3517 readability-braces-around-statements statement should be inside braces 2
1894 src/nvim/indent_c.c @ Line 3543 google-readability-braces-around-statements statement should be inside braces 2
1895 src/nvim/indent_c.c @ Line 3543 readability-braces-around-statements statement should be inside braces 2
1896 src/nvim/indent_c.c @ Line 3557 google-readability-braces-around-statements statement should be inside braces 2
1897 src/nvim/indent_c.c @ Line 3557 readability-braces-around-statements statement should be inside braces 2
1898 src/nvim/indent_c.c @ Line 3578 google-readability-braces-around-statements statement should be inside braces 2
1899 src/nvim/indent_c.c @ Line 3578 readability-braces-around-statements statement should be inside braces 2
1900 src/nvim/indent_c.c @ Line 3580 google-readability-braces-around-statements statement should be inside braces 2
1901 src/nvim/indent_c.c @ Line 3580 readability-braces-around-statements statement should be inside braces 2
1902 src/nvim/indent_c.c @ Line 3586 google-readability-braces-around-statements statement should be inside braces 2
1903 src/nvim/indent_c.c @ Line 3586 readability-braces-around-statements statement should be inside braces 2
1904 src/nvim/indent_c.c @ Line 3642 google-readability-braces-around-statements statement should be inside braces 2
1905 src/nvim/indent_c.c @ Line 3642 readability-braces-around-statements statement should be inside braces 2
1906 src/nvim/indent_c.c @ Line 3650 google-readability-braces-around-statements statement should be inside braces 2
1907 src/nvim/indent_c.c @ Line 3650 readability-braces-around-statements statement should be inside braces 2
1908 src/nvim/indent_c.c @ Line 3661 google-readability-braces-around-statements statement should be inside braces 2
1909 src/nvim/indent_c.c @ Line 3661 readability-braces-around-statements statement should be inside braces 2
1910 src/nvim/indent_c.c @ Line 3683 google-readability-braces-around-statements statement should be inside braces 2
1911 src/nvim/indent_c.c @ Line 3683 readability-braces-around-statements statement should be inside braces 2
1912 src/nvim/indent_c.c @ Line 3709 google-readability-braces-around-statements statement should be inside braces 2
1913 src/nvim/indent_c.c @ Line 3709 readability-braces-around-statements statement should be inside braces 2
1914 src/nvim/indent_c.c @ Line 3711 google-readability-braces-around-statements statement should be inside braces 2
1915 src/nvim/indent_c.c @ Line 3711 readability-braces-around-statements statement should be inside braces 2
1916 src/nvim/keymap.c @ Line 31 readability-identifier-naming invalid case style for global constant 'mod_mask_table' 2
1917 src/nvim/keymap.c @ Line 63 google-readability-casting redundant cast to the same type 1
1918 src/nvim/keymap.c @ Line 68 google-readability-casting redundant cast to the same type 1
1919 src/nvim/keymap.c @ Line 71 google-readability-casting redundant cast to the same type 1
1920 src/nvim/keymap.c @ Line 81 google-readability-casting redundant cast to the same type 1
1921 src/nvim/keymap.c @ Line 86 google-readability-casting redundant cast to the same type 1
1922 src/nvim/keymap.c @ Line 87 google-readability-casting redundant cast to the same type 1
1923 src/nvim/keymap.c @ Line 90 google-readability-casting redundant cast to the same type 1
1924 src/nvim/keymap.c @ Line 90 google-readability-casting redundant cast to the same type 1
1925 src/nvim/keymap.c @ Line 91 google-readability-casting redundant cast to the same type 1
1926 src/nvim/keymap.c @ Line 91 google-readability-casting redundant cast to the same type 1
1927 src/nvim/keymap.c @ Line 92 google-readability-casting redundant cast to the same type 1
1928 src/nvim/keymap.c @ Line 92 google-readability-casting redundant cast to the same type 1
1929 src/nvim/keymap.c @ Line 93 google-readability-casting redundant cast to the same type 1
1930 src/nvim/keymap.c @ Line 93 google-readability-casting redundant cast to the same type 1
1931 src/nvim/keymap.c @ Line 95 google-readability-casting redundant cast to the same type 1
1932 src/nvim/keymap.c @ Line 96 google-readability-casting redundant cast to the same type 1
1933 src/nvim/keymap.c @ Line 97 google-readability-casting redundant cast to the same type 1
1934 src/nvim/keymap.c @ Line 98 google-readability-casting redundant cast to the same type 1
1935 src/nvim/keymap.c @ Line 99 google-readability-casting redundant cast to the same type 1
1936 src/nvim/keymap.c @ Line 100 google-readability-casting redundant cast to the same type 1
1937 src/nvim/keymap.c @ Line 101 google-readability-casting redundant cast to the same type 1
1938 src/nvim/keymap.c @ Line 102 google-readability-casting redundant cast to the same type 1
1939 src/nvim/keymap.c @ Line 103 google-readability-casting redundant cast to the same type 1
1940 src/nvim/keymap.c @ Line 104 google-readability-casting redundant cast to the same type 1
1941 src/nvim/keymap.c @ Line 106 google-readability-casting redundant cast to the same type 1
1942 src/nvim/keymap.c @ Line 107 google-readability-casting redundant cast to the same type 1
1943 src/nvim/keymap.c @ Line 108 google-readability-casting redundant cast to the same type 1
1944 src/nvim/keymap.c @ Line 109 google-readability-casting redundant cast to the same type 1
1945 src/nvim/keymap.c @ Line 110 google-readability-casting redundant cast to the same type 1
1946 src/nvim/keymap.c @ Line 111 google-readability-casting redundant cast to the same type 1
1947 src/nvim/keymap.c @ Line 112 google-readability-casting redundant cast to the same type 1
1948 src/nvim/keymap.c @ Line 113 google-readability-casting redundant cast to the same type 1
1949 src/nvim/keymap.c @ Line 114 google-readability-casting redundant cast to the same type 1
1950 src/nvim/keymap.c @ Line 115 google-readability-casting redundant cast to the same type 1
1951 src/nvim/keymap.c @ Line 117 google-readability-casting redundant cast to the same type 1
1952 src/nvim/keymap.c @ Line 118 google-readability-casting redundant cast to the same type 1
1953 src/nvim/keymap.c @ Line 119 google-readability-casting redundant cast to the same type 1
1954 src/nvim/keymap.c @ Line 120 google-readability-casting redundant cast to the same type 1
1955 src/nvim/keymap.c @ Line 121 google-readability-casting redundant cast to the same type 1
1956 src/nvim/keymap.c @ Line 122 google-readability-casting redundant cast to the same type 1
1957 src/nvim/keymap.c @ Line 123 google-readability-casting redundant cast to the same type 1
1958 src/nvim/keymap.c @ Line 124 google-readability-casting redundant cast to the same type 1
1959 src/nvim/keymap.c @ Line 125 google-readability-casting redundant cast to the same type 1
1960 src/nvim/keymap.c @ Line 126 google-readability-casting redundant cast to the same type 1
1961 src/nvim/keymap.c @ Line 128 google-readability-casting redundant cast to the same type 1
1962 src/nvim/keymap.c @ Line 129 google-readability-casting redundant cast to the same type 1
1963 src/nvim/keymap.c @ Line 130 google-readability-casting redundant cast to the same type 1
1964 src/nvim/keymap.c @ Line 131 google-readability-casting redundant cast to the same type 1
1965 src/nvim/keymap.c @ Line 132 google-readability-casting redundant cast to the same type 1
1966 src/nvim/keymap.c @ Line 133 google-readability-casting redundant cast to the same type 1
1967 src/nvim/keymap.c @ Line 134 google-readability-casting redundant cast to the same type 1
1968 src/nvim/keymap.c @ Line 137 google-readability-casting redundant cast to the same type 1
1969 src/nvim/keymap.c @ Line 145 readability-identifier-naming invalid case style for global constant 'key_names_table' 2
1970 src/nvim/keymap.c @ Line 327 google-readability-casting redundant cast to the same type 1
1971 src/nvim/keymap.c @ Line 328 google-readability-casting redundant cast to the same type 1
1972 src/nvim/keymap.c @ Line 329 google-readability-casting redundant cast to the same type 1
1973 src/nvim/keymap.c @ Line 330 google-readability-casting redundant cast to the same type 1
1974 src/nvim/keymap.c @ Line 331 google-readability-casting redundant cast to the same type 1
1975 src/nvim/keymap.c @ Line 332 google-readability-casting redundant cast to the same type 1
1976 src/nvim/keymap.c @ Line 333 google-readability-casting redundant cast to the same type 1
1977 src/nvim/keymap.c @ Line 334 google-readability-casting redundant cast to the same type 1
1978 src/nvim/keymap.c @ Line 335 google-readability-casting redundant cast to the same type 1
1979 src/nvim/keymap.c @ Line 336 google-readability-casting redundant cast to the same type 1
1980 src/nvim/keymap.c @ Line 337 google-readability-casting redundant cast to the same type 1
1981 src/nvim/keymap.c @ Line 338 google-readability-casting redundant cast to the same type 1
1982 src/nvim/keymap.c @ Line 339 google-readability-casting redundant cast to the same type 1
1983 src/nvim/keymap.c @ Line 340 google-readability-casting redundant cast to the same type 1
1984 src/nvim/keymap.c @ Line 341 google-readability-casting redundant cast to the same type 1
1985 src/nvim/keymap.c @ Line 343 google-readability-casting redundant cast to the same type 1
1986 src/nvim/keymap.c @ Line 345 google-readability-casting redundant cast to the same type 1
1987 src/nvim/keymap.c @ Line 404 bugprone-branch-clone switch has 2 consecutive identical branches 2
1988 src/nvim/keymap.c @ Line 406 bugprone-branch-clone switch has 2 consecutive identical branches 2
1989 src/nvim/keymap.c @ Line 428 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
1990 src/nvim/keymap.c @ Line 436 google-readability-braces-around-statements statement should be inside braces 2
1991 src/nvim/keymap.c @ Line 436 readability-braces-around-statements statement should be inside braces 2
1992 src/nvim/keymap.c @ Line 444 google-readability-braces-around-statements statement should be inside braces 2
1993 src/nvim/keymap.c @ Line 444 readability-braces-around-statements statement should be inside braces 2
1994 src/nvim/keymap.c @ Line 479 google-readability-braces-around-statements statement should be inside braces 2
1995 src/nvim/keymap.c @ Line 479 readability-braces-around-statements statement should be inside braces 2
1996 src/nvim/keymap.c @ Line 500 google-readability-braces-around-statements statement should be inside braces 2
1997 src/nvim/keymap.c @ Line 500 readability-braces-around-statements statement should be inside braces 2
1998 src/nvim/keymap.c @ Line 508 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
1999 src/nvim/keymap.c @ Line 798 google-readability-braces-around-statements statement should be inside braces 2
2000 src/nvim/keymap.c @ Line 798 readability-braces-around-statements statement should be inside braces 2
2001 src/nvim/keymap.c @ Line 881 google-readability-casting redundant cast to the same type 1
2002 src/nvim/keymap.c @ Line 882 google-readability-casting redundant cast to the same type 1
2003 src/nvim/keymap.c @ Line 900 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2004 src/nvim/log.c @ Line 60 misc-no-recursion function 'log_path_init' is within a recursive call chain 1
2005 src/nvim/log.c @ Line 127 misc-no-recursion function 'logmsg' is within a recursive call chain 7
2006 src/nvim/log.c @ Line 185 misc-no-recursion function 'open_log_file' is within a recursive call chain 1
2007 src/nvim/lua/converter.c @ Line 552 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2008 src/nvim/lua/converter.c @ Line 553 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2009 src/nvim/lua/converter.c @ Line 721 misc-no-recursion function 'nlua_push_Dictionary' is within a recursive call chain 5
2010 src/nvim/lua/converter.c @ Line 743 misc-no-recursion function 'nlua_push_Array' is within a recursive call chain 1
2011 src/nvim/lua/converter.c @ Line 769 misc-no-recursion function 'nlua_push_Object' is within a recursive call chain 1
2012 src/nvim/lua/converter.c @ Line 912 readability-else-after-return do not use 'else' after 'return' 1
2013 src/nvim/lua/executor.c @ Line 60 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2014 src/nvim/lua/executor.c @ Line 61 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2015 src/nvim/lua/executor.c @ Line 64 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2016 src/nvim/lua/executor.c @ Line 169 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2017 src/nvim/lua/executor.c @ Line 276 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2018 src/nvim/lua/executor.c @ Line 370 readability-else-after-return do not use 'else' after 'break' 2
2019 src/nvim/lua/executor.c @ Line 383 readability-else-after-return do not use 'else' after 'return' 1
2020 src/nvim/lua/executor.c @ Line 726 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2021 src/nvim/lua/executor.c @ Line 801 google-readability-casting redundant cast to the same type 1
2022 src/nvim/lua/executor.c @ Line 866 google-readability-casting redundant cast to the same type 1
2023 src/nvim/lua/executor.c @ Line 969 readability-else-after-return do not use 'else' after 'return' 1
2024 src/nvim/lua/executor.c @ Line 1308 readability-else-after-return do not use 'else' after 'return' 1
2025 src/nvim/lua/executor.c @ Line 1368 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
2026 src/nvim/lua/executor.c @ Line 1636 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2027 src/nvim/lua/executor.c @ Line 1709 readability-else-after-return do not use 'else' after 'return' 1
2028 src/nvim/lua/treesitter.c @ Line 452 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2029 src/nvim/main.c @ Line 281 google-readability-braces-around-statements statement should be inside braces 2
2030 src/nvim/main.c @ Line 281 readability-braces-around-statements statement should be inside braces 2
2031 src/nvim/main.c @ Line 589 google-readability-braces-around-statements statement should be inside braces 2
2032 src/nvim/main.c @ Line 589 readability-braces-around-statements statement should be inside braces 2
2033 src/nvim/main.c @ Line 790 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
2034 src/nvim/main.c @ Line 865 google-readability-braces-around-statements statement should be inside braces 2
2035 src/nvim/main.c @ Line 865 readability-braces-around-statements statement should be inside braces 2
2036 src/nvim/main.c @ Line 1337 google-readability-braces-around-statements statement should be inside braces 2
2037 src/nvim/main.c @ Line 1337 readability-braces-around-statements statement should be inside braces 2
2038 src/nvim/main.c @ Line 1339 google-readability-braces-around-statements statement should be inside braces 2
2039 src/nvim/main.c @ Line 1339 readability-braces-around-statements statement should be inside braces 2
2040 src/nvim/main.c @ Line 1407 google-readability-braces-around-statements statement should be inside braces 2
2041 src/nvim/main.c @ Line 1407 readability-braces-around-statements statement should be inside braces 2
2042 src/nvim/main.c @ Line 1446 google-readability-braces-around-statements statement should be inside braces 2
2043 src/nvim/main.c @ Line 1446 readability-braces-around-statements statement should be inside braces 2
2044 src/nvim/main.c @ Line 1448 google-readability-braces-around-statements statement should be inside braces 2
2045 src/nvim/main.c @ Line 1448 readability-braces-around-statements statement should be inside braces 2
2046 src/nvim/main.c @ Line 1453 google-readability-braces-around-statements statement should be inside braces 2
2047 src/nvim/main.c @ Line 1453 readability-braces-around-statements statement should be inside braces 2
2048 src/nvim/main.c @ Line 1462 google-readability-braces-around-statements statement should be inside braces 2
2049 src/nvim/main.c @ Line 1462 readability-braces-around-statements statement should be inside braces 2
2050 src/nvim/main.c @ Line 1464 google-readability-braces-around-statements statement should be inside braces 2
2051 src/nvim/main.c @ Line 1464 readability-braces-around-statements statement should be inside braces 2
2052 src/nvim/main.c @ Line 1485 google-readability-braces-around-statements statement should be inside braces 2
2053 src/nvim/main.c @ Line 1485 readability-braces-around-statements statement should be inside braces 2
2054 src/nvim/main.c @ Line 1487 google-readability-braces-around-statements statement should be inside braces 2
2055 src/nvim/main.c @ Line 1487 readability-braces-around-statements statement should be inside braces 2
2056 src/nvim/main.c @ Line 1490 google-readability-braces-around-statements statement should be inside braces 2
2057 src/nvim/main.c @ Line 1490 readability-braces-around-statements statement should be inside braces 2
2058 src/nvim/main.c @ Line 1494 google-readability-braces-around-statements statement should be inside braces 2
2059 src/nvim/main.c @ Line 1494 readability-braces-around-statements statement should be inside braces 2
2060 src/nvim/main.c @ Line 1524 google-readability-braces-around-statements statement should be inside braces 2
2061 src/nvim/main.c @ Line 1524 readability-braces-around-statements statement should be inside braces 2
2062 src/nvim/main.c @ Line 1534 google-readability-braces-around-statements statement should be inside braces 2
2063 src/nvim/main.c @ Line 1534 readability-braces-around-statements statement should be inside braces 2
2064 src/nvim/main.c @ Line 1536 google-readability-braces-around-statements statement should be inside braces 2
2065 src/nvim/main.c @ Line 1536 readability-braces-around-statements statement should be inside braces 2
2066 src/nvim/main.c @ Line 1581 google-readability-braces-around-statements statement should be inside braces 2
2067 src/nvim/main.c @ Line 1581 readability-braces-around-statements statement should be inside braces 2
2068 src/nvim/main.c @ Line 1595 google-readability-braces-around-statements statement should be inside braces 2
2069 src/nvim/main.c @ Line 1595 readability-braces-around-statements statement should be inside braces 2
2070 src/nvim/main.c @ Line 1639 google-readability-braces-around-statements statement should be inside braces 2
2071 src/nvim/main.c @ Line 1639 readability-braces-around-statements statement should be inside braces 2
2072 src/nvim/main.c @ Line 1657 google-readability-braces-around-statements statement should be inside braces 2
2073 src/nvim/main.c @ Line 1657 readability-braces-around-statements statement should be inside braces 2
2074 src/nvim/main.c @ Line 1696 google-readability-braces-around-statements statement should be inside braces 2
2075 src/nvim/main.c @ Line 1696 readability-braces-around-statements statement should be inside braces 2
2076 src/nvim/main.c @ Line 1703 google-readability-braces-around-statements statement should be inside braces 2
2077 src/nvim/main.c @ Line 1703 readability-braces-around-statements statement should be inside braces 2
2078 src/nvim/main.c @ Line 1712 google-readability-braces-around-statements statement should be inside braces 2
2079 src/nvim/main.c @ Line 1712 readability-braces-around-statements statement should be inside braces 2
2080 src/nvim/main.c @ Line 1716 google-readability-braces-around-statements statement should be inside braces 2
2081 src/nvim/main.c @ Line 1716 readability-braces-around-statements statement should be inside braces 2
2082 src/nvim/main.c @ Line 1876 google-readability-braces-around-statements statement should be inside braces 2
2083 src/nvim/main.c @ Line 1876 readability-braces-around-statements statement should be inside braces 2
2084 src/nvim/main.c @ Line 2034 google-readability-braces-around-statements statement should be inside braces 2
2085 src/nvim/main.c @ Line 2034 readability-braces-around-statements statement should be inside braces 2
2086 src/nvim/map.c @ Line 41 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2087 src/nvim/map.c @ Line 42 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2088 src/nvim/map.c @ Line 42 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2089 src/nvim/map.c @ Line 187 readability-else-after-return do not use 'else' after 'return' 3
2090 src/nvim/map.c @ Line 187 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2091 src/nvim/map.c @ Line 188 misc-misplaced-const 'cstr_t_ptr_t_initializer' declared with a const-qualified typedef; results in the type being 'void *const' instead of 'const void *' 4
2092 src/nvim/map.c @ Line 188 readability-else-after-return do not use 'else' after 'return' 3
2093 src/nvim/map.c @ Line 188 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2094 src/nvim/map.c @ Line 189 readability-else-after-return do not use 'else' after 'return' 3
2095 src/nvim/map.c @ Line 189 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2096 src/nvim/map.c @ Line 190 misc-misplaced-const 'ptr_t_ptr_t_initializer' declared with a const-qualified typedef; results in the type being 'void *const' instead of 'const void *' 4
2097 src/nvim/map.c @ Line 190 readability-else-after-return do not use 'else' after 'return' 3
2098 src/nvim/map.c @ Line 190 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2099 src/nvim/map.c @ Line 191 misc-misplaced-const 'uint64_t_ptr_t_initializer' declared with a const-qualified typedef; results in the type being 'void *const' instead of 'const void *' 4
2100 src/nvim/map.c @ Line 191 readability-else-after-return do not use 'else' after 'return' 3
2101 src/nvim/map.c @ Line 191 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2102 src/nvim/map.c @ Line 192 readability-else-after-return do not use 'else' after 'return' 3
2103 src/nvim/map.c @ Line 192 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2104 src/nvim/map.c @ Line 193 readability-else-after-return do not use 'else' after 'return' 3
2105 src/nvim/map.c @ Line 193 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2106 src/nvim/map.c @ Line 195 readability-else-after-return do not use 'else' after 'return' 3
2107 src/nvim/map.c @ Line 195 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2108 src/nvim/map.c @ Line 197 readability-else-after-return do not use 'else' after 'return' 3
2109 src/nvim/map.c @ Line 197 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2110 src/nvim/map.c @ Line 198 misc-misplaced-const 'handle_T_ptr_t_initializer' declared with a const-qualified typedef; results in the type being 'void *const' instead of 'const void *' 4
2111 src/nvim/map.c @ Line 198 readability-else-after-return do not use 'else' after 'return' 3
2112 src/nvim/map.c @ Line 198 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2113 src/nvim/map.c @ Line 200 readability-else-after-return do not use 'else' after 'return' 3
2114 src/nvim/map.c @ Line 200 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2115 src/nvim/map.c @ Line 201 readability-else-after-return do not use 'else' after 'return' 3
2116 src/nvim/map.c @ Line 201 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2117 src/nvim/map.c @ Line 202 readability-else-after-return do not use 'else' after 'return' 3
2118 src/nvim/map.c @ Line 202 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2119 src/nvim/map.c @ Line 204 readability-else-after-return do not use 'else' after 'return' 3
2120 src/nvim/map.c @ Line 204 readability-isolate-declaration multiple declarations in a single statement reduces readability 3
2121 src/nvim/mark.c @ Line 98 google-readability-braces-around-statements statement should be inside braces 2
2122 src/nvim/mark.c @ Line 98 readability-braces-around-statements statement should be inside braces 2
2123 src/nvim/mark.c @ Line 106 google-readability-braces-around-statements statement should be inside braces 2
2124 src/nvim/mark.c @ Line 106 readability-braces-around-statements statement should be inside braces 2
2125 src/nvim/mark.c @ Line 172 google-readability-braces-around-statements statement should be inside braces 2
2126 src/nvim/mark.c @ Line 172 readability-braces-around-statements statement should be inside braces 2
2127 src/nvim/mark.c @ Line 231 google-readability-braces-around-statements statement should be inside braces 2
2128 src/nvim/mark.c @ Line 231 readability-braces-around-statements statement should be inside braces 2
2129 src/nvim/mark.c @ Line 236 google-readability-braces-around-statements statement should be inside braces 2
2130 src/nvim/mark.c @ Line 236 readability-braces-around-statements statement should be inside braces 2
2131 src/nvim/mark.c @ Line 247 google-readability-braces-around-statements statement should be inside braces 2
2132 src/nvim/mark.c @ Line 247 readability-braces-around-statements statement should be inside braces 2
2133 src/nvim/mark.c @ Line 254 google-readability-braces-around-statements statement should be inside braces 2
2134 src/nvim/mark.c @ Line 254 readability-braces-around-statements statement should be inside braces 2
2135 src/nvim/mark.c @ Line 263 google-readability-braces-around-statements statement should be inside braces 2
2136 src/nvim/mark.c @ Line 263 readability-braces-around-statements statement should be inside braces 2
2137 src/nvim/mark.c @ Line 267 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2138 src/nvim/mark.c @ Line 268 google-readability-braces-around-statements statement should be inside braces 2
2139 src/nvim/mark.c @ Line 268 readability-braces-around-statements statement should be inside braces 2
2140 src/nvim/mark.c @ Line 281 google-readability-braces-around-statements statement should be inside braces 2
2141 src/nvim/mark.c @ Line 281 readability-braces-around-statements statement should be inside braces 2
2142 src/nvim/mark.c @ Line 286 google-readability-braces-around-statements statement should be inside braces 2
2143 src/nvim/mark.c @ Line 286 readability-braces-around-statements statement should be inside braces 2
2144 src/nvim/mark.c @ Line 290 google-readability-braces-around-statements statement should be inside braces 2
2145 src/nvim/mark.c @ Line 290 readability-braces-around-statements statement should be inside braces 2
2146 src/nvim/mark.c @ Line 293 google-readability-braces-around-statements statement should be inside braces 2
2147 src/nvim/mark.c @ Line 293 readability-braces-around-statements statement should be inside braces 2
2148 src/nvim/mark.c @ Line 323 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2149 src/nvim/mark.c @ Line 330 google-readability-braces-around-statements statement should be inside braces 2
2150 src/nvim/mark.c @ Line 330 readability-braces-around-statements statement should be inside braces 2
2151 src/nvim/mark.c @ Line 386 google-readability-braces-around-statements statement should be inside braces 2
2152 src/nvim/mark.c @ Line 386 readability-braces-around-statements statement should be inside braces 2
2153 src/nvim/mark.c @ Line 388 google-readability-braces-around-statements statement should be inside braces 2
2154 src/nvim/mark.c @ Line 388 readability-braces-around-statements statement should be inside braces 2
2155 src/nvim/mark.c @ Line 395 google-readability-braces-around-statements statement should be inside braces 2
2156 src/nvim/mark.c @ Line 395 readability-braces-around-statements statement should be inside braces 2
2157 src/nvim/mark.c @ Line 397 google-readability-braces-around-statements statement should be inside braces 2
2158 src/nvim/mark.c @ Line 397 readability-braces-around-statements statement should be inside braces 2
2159 src/nvim/mark.c @ Line 405 google-readability-braces-around-statements statement should be inside braces 2
2160 src/nvim/mark.c @ Line 405 readability-braces-around-statements statement should be inside braces 2
2161 src/nvim/mark.c @ Line 417 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2162 src/nvim/mark.c @ Line 420 google-readability-braces-around-statements statement should be inside braces 2
2163 src/nvim/mark.c @ Line 420 readability-braces-around-statements statement should be inside braces 2
2164 src/nvim/mark.c @ Line 451 google-readability-braces-around-statements statement should be inside braces 2
2165 src/nvim/mark.c @ Line 451 readability-braces-around-statements statement should be inside braces 2
2166 src/nvim/mark.c @ Line 453 google-readability-braces-around-statements statement should be inside braces 2
2167 src/nvim/mark.c @ Line 453 readability-braces-around-statements statement should be inside braces 2
2168 src/nvim/mark.c @ Line 460 google-readability-braces-around-statements statement should be inside braces 2
2169 src/nvim/mark.c @ Line 460 readability-braces-around-statements statement should be inside braces 2
2170 src/nvim/mark.c @ Line 464 google-readability-braces-around-statements statement should be inside braces 2
2171 src/nvim/mark.c @ Line 464 readability-braces-around-statements statement should be inside braces 2
2172 src/nvim/mark.c @ Line 497 google-readability-braces-around-statements statement should be inside braces 2
2173 src/nvim/mark.c @ Line 497 readability-braces-around-statements statement should be inside braces 2
2174 src/nvim/mark.c @ Line 519 google-readability-braces-around-statements statement should be inside braces 2
2175 src/nvim/mark.c @ Line 519 readability-braces-around-statements statement should be inside braces 2
2176 src/nvim/mark.c @ Line 522 google-readability-braces-around-statements statement should be inside braces 2
2177 src/nvim/mark.c @ Line 522 readability-braces-around-statements statement should be inside braces 2
2178 src/nvim/mark.c @ Line 555 google-readability-braces-around-statements statement should be inside braces 2
2179 src/nvim/mark.c @ Line 555 readability-braces-around-statements statement should be inside braces 2
2180 src/nvim/mark.c @ Line 596 google-readability-braces-around-statements statement should be inside braces 2
2181 src/nvim/mark.c @ Line 596 readability-braces-around-statements statement should be inside braces 2
2182 src/nvim/mark.c @ Line 607 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2183 src/nvim/mark.c @ Line 610 google-readability-braces-around-statements statement should be inside braces 2
2184 src/nvim/mark.c @ Line 610 readability-braces-around-statements statement should be inside braces 2
2185 src/nvim/mark.c @ Line 620 google-readability-braces-around-statements statement should be inside braces 2
2186 src/nvim/mark.c @ Line 620 readability-braces-around-statements statement should be inside braces 2
2187 src/nvim/mark.c @ Line 635 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2188 src/nvim/mark.c @ Line 637 google-readability-braces-around-statements statement should be inside braces 2
2189 src/nvim/mark.c @ Line 637 readability-braces-around-statements statement should be inside braces 2
2190 src/nvim/mark.c @ Line 641 google-readability-braces-around-statements statement should be inside braces 2
2191 src/nvim/mark.c @ Line 641 readability-braces-around-statements statement should be inside braces 2
2192 src/nvim/mark.c @ Line 644 google-readability-braces-around-statements statement should be inside braces 2
2193 src/nvim/mark.c @ Line 644 readability-braces-around-statements statement should be inside braces 2
2194 src/nvim/mark.c @ Line 646 google-readability-braces-around-statements statement should be inside braces 2
2195 src/nvim/mark.c @ Line 646 readability-braces-around-statements statement should be inside braces 2
2196 src/nvim/mark.c @ Line 652 google-readability-braces-around-statements statement should be inside braces 2
2197 src/nvim/mark.c @ Line 652 readability-braces-around-statements statement should be inside braces 2
2198 src/nvim/mark.c @ Line 735 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2199 src/nvim/mark.c @ Line 741 google-readability-braces-around-statements statement should be inside braces 2
2200 src/nvim/mark.c @ Line 741 readability-braces-around-statements statement should be inside braces 2
2201 src/nvim/mark.c @ Line 744 google-readability-braces-around-statements statement should be inside braces 2
2202 src/nvim/mark.c @ Line 744 readability-braces-around-statements statement should be inside braces 2
2203 src/nvim/mark.c @ Line 746 google-readability-braces-around-statements statement should be inside braces 2
2204 src/nvim/mark.c @ Line 746 readability-braces-around-statements statement should be inside braces 2
2205 src/nvim/mark.c @ Line 766 google-readability-braces-around-statements statement should be inside braces 2
2206 src/nvim/mark.c @ Line 766 readability-braces-around-statements statement should be inside braces 2
2207 src/nvim/mark.c @ Line 784 google-readability-braces-around-statements statement should be inside braces 2
2208 src/nvim/mark.c @ Line 784 readability-braces-around-statements statement should be inside braces 2
2209 src/nvim/mark.c @ Line 842 google-readability-braces-around-statements statement should be inside braces 2
2210 src/nvim/mark.c @ Line 842 readability-braces-around-statements statement should be inside braces 2
2211 src/nvim/mark.c @ Line 867 google-readability-braces-around-statements statement should be inside braces 2
2212 src/nvim/mark.c @ Line 867 readability-braces-around-statements statement should be inside braces 2
2213 src/nvim/mark.c @ Line 883 google-readability-braces-around-statements statement should be inside braces 2
2214 src/nvim/mark.c @ Line 883 readability-braces-around-statements statement should be inside braces 2
2215 src/nvim/mark.c @ Line 958 google-readability-braces-around-statements statement should be inside braces 2
2216 src/nvim/mark.c @ Line 958 readability-braces-around-statements statement should be inside braces 2
2217 src/nvim/mark.c @ Line 1126 google-readability-braces-around-statements statement should be inside braces 2
2218 src/nvim/mark.c @ Line 1126 readability-braces-around-statements statement should be inside braces 2
2219 src/nvim/mark.c @ Line 1272 google-readability-braces-around-statements statement should be inside braces 2
2220 src/nvim/mark.c @ Line 1272 readability-braces-around-statements statement should be inside braces 2
2221 src/nvim/mark.c @ Line 1305 readability-else-after-return do not use 'else' after 'return' 1
2222 src/nvim/mbyte.c @ Line 361 readability-else-after-return do not use 'else' after 'return' 1
2223 src/nvim/mbyte.c @ Line 441 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2224 src/nvim/mbyte.c @ Line 991 readability-else-after-return do not use 'else' after 'return' 1
2225 src/nvim/mbyte.c @ Line 1014 readability-else-after-return do not use 'else' after 'return' 1
2226 src/nvim/mbyte.c @ Line 1222 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2227 src/nvim/mbyte.c @ Line 1240 readability-else-after-return do not use 'else' after 'return' 1
2228 src/nvim/mbyte.c @ Line 1326 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2229 src/nvim/mbyte.c @ Line 1502 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2230 src/nvim/mbyte.c @ Line 1522 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2231 src/nvim/mbyte.c @ Line 1599 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2232 src/nvim/mbyte.c @ Line 1691 readability-identifier-naming invalid case style for static constant 'BOL_prohibition_punct' 2
2233 src/nvim/mbyte.c @ Line 1745 readability-else-after-return do not use 'else' after 'return' 1
2234 src/nvim/mbyte.c @ Line 1759 readability-identifier-naming invalid case style for static constant 'EOL_prohibition_punct' 2
2235 src/nvim/mbyte.c @ Line 1791 readability-else-after-return do not use 'else' after 'return' 1
2236 src/nvim/mbyte.c @ Line 1832 readability-non-const-parameter pointer parameter 'base' can be pointer to const 2
2237 src/nvim/mbyte.c @ Line 1832 readability-non-const-parameter pointer parameter 'p' can be pointer to const 2
2238 src/nvim/mbyte.c @ Line 1861 readability-non-const-parameter pointer parameter 'base' can be pointer to const 2
2239 src/nvim/mbyte.c @ Line 1861 readability-non-const-parameter pointer parameter 'p' can be pointer to const 2
2240 src/nvim/mbyte.c @ Line 2121 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2241 src/nvim/mbyte.c @ Line 2287 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2242 src/nvim/mbyte.c @ Line 2291 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2243 src/nvim/mbyte.c @ Line 2305 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2244 src/nvim/mbyte.c @ Line 2321 readability-non-const-parameter pointer parameter 'str' can be pointer to const 2
2245 src/nvim/mbyte.c @ Line 2367 readability-else-after-return do not use 'else' after 'break' 1
2246 src/nvim/mbyte.c @ Line 2429 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2247 src/nvim/mbyte.c @ Line 2474 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
2248 src/nvim/memfile.c @ Line 285 google-readability-braces-around-statements statement should be inside braces 2
2249 src/nvim/memfile.c @ Line 285 readability-braces-around-statements statement should be inside braces 2
2250 src/nvim/memfile.c @ Line 291 google-readability-braces-around-statements statement should be inside braces 2
2251 src/nvim/memfile.c @ Line 291 readability-braces-around-statements statement should be inside braces 2
2252 src/nvim/memfile.c @ Line 334 google-readability-braces-around-statements statement should be inside braces 2
2253 src/nvim/memfile.c @ Line 334 readability-braces-around-statements statement should be inside braces 2
2254 src/nvim/memfile.c @ Line 384 google-readability-braces-around-statements statement should be inside braces 2
2255 src/nvim/memfile.c @ Line 384 readability-braces-around-statements statement should be inside braces 2
2256 src/nvim/memfile.c @ Line 389 google-readability-braces-around-statements statement should be inside braces 2
2257 src/nvim/memfile.c @ Line 389 readability-braces-around-statements statement should be inside braces 2
2258 src/nvim/memfile.c @ Line 392 google-readability-braces-around-statements statement should be inside braces 2
2259 src/nvim/memfile.c @ Line 392 readability-braces-around-statements statement should be inside braces 2
2260 src/nvim/memfile.c @ Line 397 google-readability-braces-around-statements statement should be inside braces 2
2261 src/nvim/memfile.c @ Line 397 readability-braces-around-statements statement should be inside braces 2
2262 src/nvim/memfile.c @ Line 402 google-readability-braces-around-statements statement should be inside braces 2
2263 src/nvim/memfile.c @ Line 402 readability-braces-around-statements statement should be inside braces 2
2264 src/nvim/memfile.c @ Line 408 google-readability-braces-around-statements statement should be inside braces 2
2265 src/nvim/memfile.c @ Line 408 readability-braces-around-statements statement should be inside braces 2
2266 src/nvim/memfile.c @ Line 468 google-readability-braces-around-statements statement should be inside braces 2
2267 src/nvim/memfile.c @ Line 468 readability-braces-around-statements statement should be inside braces 2
2268 src/nvim/memfile.c @ Line 470 google-readability-braces-around-statements statement should be inside braces 2
2269 src/nvim/memfile.c @ Line 470 readability-braces-around-statements statement should be inside braces 2
2270 src/nvim/memfile.c @ Line 473 google-readability-braces-around-statements statement should be inside braces 2
2271 src/nvim/memfile.c @ Line 473 readability-braces-around-statements statement should be inside braces 2
2272 src/nvim/memfile.c @ Line 475 google-readability-braces-around-statements statement should be inside braces 2
2273 src/nvim/memfile.c @ Line 475 readability-braces-around-statements statement should be inside braces 2
2274 src/nvim/memfile.c @ Line 557 google-readability-braces-around-statements statement should be inside braces 2
2275 src/nvim/memfile.c @ Line 557 readability-braces-around-statements statement should be inside braces 2
2276 src/nvim/memfile.c @ Line 595 google-readability-braces-around-statements statement should be inside braces 2
2277 src/nvim/memfile.c @ Line 595 readability-braces-around-statements statement should be inside braces 2
2278 src/nvim/memfile.c @ Line 598 google-readability-braces-around-statements statement should be inside braces 2
2279 src/nvim/memfile.c @ Line 598 readability-braces-around-statements statement should be inside braces 2
2280 src/nvim/memfile.c @ Line 599 google-readability-braces-around-statements statement should be inside braces 2
2281 src/nvim/memfile.c @ Line 599 readability-braces-around-statements statement should be inside braces 2
2282 src/nvim/memfile.c @ Line 623 google-readability-braces-around-statements statement should be inside braces 2
2283 src/nvim/memfile.c @ Line 623 readability-braces-around-statements statement should be inside braces 2
2284 src/nvim/memfile.c @ Line 625 google-readability-braces-around-statements statement should be inside braces 2
2285 src/nvim/memfile.c @ Line 625 readability-braces-around-statements statement should be inside braces 2
2286 src/nvim/memfile.c @ Line 634 google-readability-braces-around-statements statement should be inside braces 2
2287 src/nvim/memfile.c @ Line 634 readability-braces-around-statements statement should be inside braces 2
2288 src/nvim/memfile.c @ Line 640 google-readability-braces-around-statements statement should be inside braces 2
2289 src/nvim/memfile.c @ Line 640 readability-braces-around-statements statement should be inside braces 2
2290 src/nvim/memfile.c @ Line 642 google-readability-braces-around-statements statement should be inside braces 2
2291 src/nvim/memfile.c @ Line 642 readability-braces-around-statements statement should be inside braces 2
2292 src/nvim/memfile.c @ Line 644 google-readability-braces-around-statements statement should be inside braces 2
2293 src/nvim/memfile.c @ Line 644 readability-braces-around-statements statement should be inside braces 2
2294 src/nvim/memfile.c @ Line 656 google-readability-braces-around-statements statement should be inside braces 2
2295 src/nvim/memfile.c @ Line 656 readability-braces-around-statements statement should be inside braces 2
2296 src/nvim/memfile.c @ Line 705 google-readability-braces-around-statements statement should be inside braces 2
2297 src/nvim/memfile.c @ Line 705 readability-braces-around-statements statement should be inside braces 2
2298 src/nvim/memfile.c @ Line 837 google-readability-braces-around-statements statement should be inside braces 2
2299 src/nvim/memfile.c @ Line 837 readability-braces-around-statements statement should be inside braces 2
2300 src/nvim/memfile.c @ Line 848 google-readability-braces-around-statements statement should be inside braces 2
2301 src/nvim/memfile.c @ Line 848 readability-braces-around-statements statement should be inside braces 2
2302 src/nvim/memfile.c @ Line 864 google-readability-braces-around-statements statement should be inside braces 2
2303 src/nvim/memfile.c @ Line 864 readability-braces-around-statements statement should be inside braces 2
2304 src/nvim/memfile.c @ Line 867 google-readability-braces-around-statements statement should be inside braces 2
2305 src/nvim/memfile.c @ Line 867 readability-braces-around-statements statement should be inside braces 2
2306 src/nvim/memfile.c @ Line 870 google-readability-braces-around-statements statement should be inside braces 2
2307 src/nvim/memfile.c @ Line 870 readability-braces-around-statements statement should be inside braces 2
2308 src/nvim/memfile.c @ Line 887 google-readability-braces-around-statements statement should be inside braces 2
2309 src/nvim/memfile.c @ Line 887 readability-braces-around-statements statement should be inside braces 2
2310 src/nvim/memfile.c @ Line 917 google-readability-braces-around-statements statement should be inside braces 2
2311 src/nvim/memfile.c @ Line 917 readability-braces-around-statements statement should be inside braces 2
2312 src/nvim/memfile.c @ Line 918 google-readability-braces-around-statements statement should be inside braces 2
2313 src/nvim/memfile.c @ Line 918 readability-braces-around-statements statement should be inside braces 2
2314 src/nvim/memfile.c @ Line 922 google-readability-braces-around-statements statement should be inside braces 2
2315 src/nvim/memfile.c @ Line 922 readability-braces-around-statements statement should be inside braces 2
2316 src/nvim/memline.c @ Line 233 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
2317 src/nvim/memline.c @ Line 237 readability-identifier-naming invalid case style for enum constant 'UB_FNAME' 2
2318 src/nvim/memline.c @ Line 238 readability-identifier-naming invalid case style for enum constant 'UB_SAME_DIR' 2
2319 src/nvim/memline.c @ Line 306 google-readability-casting redundant cast to the same type 1
2320 src/nvim/memline.c @ Line 332 google-readability-braces-around-statements statement should be inside braces 2
2321 src/nvim/memline.c @ Line 332 readability-braces-around-statements statement should be inside braces 2
2322 src/nvim/memline.c @ Line 338 google-readability-braces-around-statements statement should be inside braces 2
2323 src/nvim/memline.c @ Line 338 readability-braces-around-statements statement should be inside braces 2
2324 src/nvim/memline.c @ Line 409 google-readability-braces-around-statements statement should be inside braces 2
2325 src/nvim/memline.c @ Line 409 readability-braces-around-statements statement should be inside braces 2
2326 src/nvim/memline.c @ Line 414 google-readability-braces-around-statements statement should be inside braces 2
2327 src/nvim/memline.c @ Line 414 readability-braces-around-statements statement should be inside braces 2
2328 src/nvim/memline.c @ Line 416 google-readability-braces-around-statements statement should be inside braces 2
2329 src/nvim/memline.c @ Line 416 readability-braces-around-statements statement should be inside braces 2
2330 src/nvim/memline.c @ Line 451 google-readability-braces-around-statements statement should be inside braces 2
2331 src/nvim/memline.c @ Line 451 readability-braces-around-statements statement should be inside braces 2
2332 src/nvim/memline.c @ Line 489 google-readability-braces-around-statements statement should be inside braces 2
2333 src/nvim/memline.c @ Line 489 readability-braces-around-statements statement should be inside braces 2
2334 src/nvim/memline.c @ Line 501 google-readability-braces-around-statements statement should be inside braces 2
2335 src/nvim/memline.c @ Line 501 readability-braces-around-statements statement should be inside braces 2
2336 src/nvim/memline.c @ Line 508 google-readability-braces-around-statements statement should be inside braces 2
2337 src/nvim/memline.c @ Line 508 readability-braces-around-statements statement should be inside braces 2
2338 src/nvim/memline.c @ Line 510 google-readability-braces-around-statements statement should be inside braces 2
2339 src/nvim/memline.c @ Line 510 readability-braces-around-statements statement should be inside braces 2
2340 src/nvim/memline.c @ Line 563 google-readability-braces-around-statements statement should be inside braces 2
2341 src/nvim/memline.c @ Line 563 readability-braces-around-statements statement should be inside braces 2
2342 src/nvim/memline.c @ Line 566 google-readability-braces-around-statements statement should be inside braces 2
2343 src/nvim/memline.c @ Line 566 readability-braces-around-statements statement should be inside braces 2
2344 src/nvim/memline.c @ Line 641 google-readability-braces-around-statements statement should be inside braces 2
2345 src/nvim/memline.c @ Line 641 readability-braces-around-statements statement should be inside braces 2
2346 src/nvim/memline.c @ Line 663 google-readability-braces-around-statements statement should be inside braces 2
2347 src/nvim/memline.c @ Line 663 readability-braces-around-statements statement should be inside braces 2
2348 src/nvim/memline.c @ Line 717 google-readability-braces-around-statements statement should be inside braces 2
2349 src/nvim/memline.c @ Line 717 readability-braces-around-statements statement should be inside braces 2
2350 src/nvim/memline.c @ Line 719 google-readability-braces-around-statements statement should be inside braces 2
2351 src/nvim/memline.c @ Line 719 readability-braces-around-statements statement should be inside braces 2
2352 src/nvim/memline.c @ Line 732 google-readability-braces-around-statements statement should be inside braces 2
2353 src/nvim/memline.c @ Line 732 readability-braces-around-statements statement should be inside braces 2
2354 src/nvim/memline.c @ Line 787 google-readability-braces-around-statements statement should be inside braces 2
2355 src/nvim/memline.c @ Line 787 readability-braces-around-statements statement should be inside braces 2
2356 src/nvim/memline.c @ Line 806 google-readability-braces-around-statements statement should be inside braces 2
2357 src/nvim/memline.c @ Line 806 readability-braces-around-statements statement should be inside braces 2
2358 src/nvim/memline.c @ Line 814 google-readability-braces-around-statements statement should be inside braces 2
2359 src/nvim/memline.c @ Line 814 readability-braces-around-statements statement should be inside braces 2
2360 src/nvim/memline.c @ Line 820 google-readability-braces-around-statements statement should be inside braces 2
2361 src/nvim/memline.c @ Line 820 readability-braces-around-statements statement should be inside braces 2
2362 src/nvim/memline.c @ Line 824 google-readability-braces-around-statements statement should be inside braces 2
2363 src/nvim/memline.c @ Line 824 readability-braces-around-statements statement should be inside braces 2
2364 src/nvim/memline.c @ Line 951 google-readability-braces-around-statements statement should be inside braces 2
2365 src/nvim/memline.c @ Line 951 readability-braces-around-statements statement should be inside braces 2
2366 src/nvim/memline.c @ Line 953 google-readability-braces-around-statements statement should be inside braces 2
2367 src/nvim/memline.c @ Line 953 readability-braces-around-statements statement should be inside braces 2
2368 src/nvim/memline.c @ Line 999 google-readability-braces-around-statements statement should be inside braces 2
2369 src/nvim/memline.c @ Line 999 readability-braces-around-statements statement should be inside braces 2
2370 src/nvim/memline.c @ Line 1004 google-readability-braces-around-statements statement should be inside braces 2
2371 src/nvim/memline.c @ Line 1004 readability-braces-around-statements statement should be inside braces 2
2372 src/nvim/memline.c @ Line 1030 google-readability-braces-around-statements statement should be inside braces 2
2373 src/nvim/memline.c @ Line 1030 readability-braces-around-statements statement should be inside braces 2
2374 src/nvim/memline.c @ Line 1049 google-readability-braces-around-statements statement should be inside braces 2
2375 src/nvim/memline.c @ Line 1049 readability-braces-around-statements statement should be inside braces 2
2376 src/nvim/memline.c @ Line 1153 google-readability-braces-around-statements statement should be inside braces 2
2377 src/nvim/memline.c @ Line 1153 readability-braces-around-statements statement should be inside braces 2
2378 src/nvim/memline.c @ Line 1164 google-readability-braces-around-statements statement should be inside braces 2
2379 src/nvim/memline.c @ Line 1164 readability-braces-around-statements statement should be inside braces 2
2380 src/nvim/memline.c @ Line 1209 google-readability-braces-around-statements statement should be inside braces 2
2381 src/nvim/memline.c @ Line 1209 readability-braces-around-statements statement should be inside braces 2
2382 src/nvim/memline.c @ Line 1215 google-readability-braces-around-statements statement should be inside braces 2
2383 src/nvim/memline.c @ Line 1215 readability-braces-around-statements statement should be inside braces 2
2384 src/nvim/memline.c @ Line 1231 google-readability-braces-around-statements statement should be inside braces 2
2385 src/nvim/memline.c @ Line 1231 readability-braces-around-statements statement should be inside braces 2
2386 src/nvim/memline.c @ Line 1242 google-readability-braces-around-statements statement should be inside braces 2
2387 src/nvim/memline.c @ Line 1242 readability-braces-around-statements statement should be inside braces 2
2388 src/nvim/memline.c @ Line 1250 google-readability-braces-around-statements statement should be inside braces 2
2389 src/nvim/memline.c @ Line 1250 readability-braces-around-statements statement should be inside braces 2
2390 src/nvim/memline.c @ Line 1256 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
2391 src/nvim/memline.c @ Line 1295 google-readability-braces-around-statements statement should be inside braces 2
2392 src/nvim/memline.c @ Line 1295 readability-braces-around-statements statement should be inside braces 2
2393 src/nvim/memline.c @ Line 1297 google-readability-braces-around-statements statement should be inside braces 2
2394 src/nvim/memline.c @ Line 1297 readability-braces-around-statements statement should be inside braces 2
2395 src/nvim/memline.c @ Line 1326 google-readability-braces-around-statements statement should be inside braces 2
2396 src/nvim/memline.c @ Line 1326 readability-braces-around-statements statement should be inside braces 2
2397 src/nvim/memline.c @ Line 1354 google-readability-braces-around-statements statement should be inside braces 2
2398 src/nvim/memline.c @ Line 1354 readability-braces-around-statements statement should be inside braces 2
2399 src/nvim/memline.c @ Line 1355 bugprone-branch-clone repeated branch in conditional chain 3
2400 src/nvim/memline.c @ Line 1357 google-readability-braces-around-statements statement should be inside braces 2
2401 src/nvim/memline.c @ Line 1357 readability-braces-around-statements statement should be inside braces 2
2402 src/nvim/memline.c @ Line 1391 google-readability-braces-around-statements statement should be inside braces 2
2403 src/nvim/memline.c @ Line 1391 readability-braces-around-statements statement should be inside braces 2
2404 src/nvim/memline.c @ Line 1393 google-readability-braces-around-statements statement should be inside braces 2
2405 src/nvim/memline.c @ Line 1393 readability-braces-around-statements statement should be inside braces 2
2406 src/nvim/memline.c @ Line 1394 google-readability-braces-around-statements statement should be inside braces 2
2407 src/nvim/memline.c @ Line 1394 readability-braces-around-statements statement should be inside braces 2
2408 src/nvim/memline.c @ Line 1408 google-readability-braces-around-statements statement should be inside braces 2
2409 src/nvim/memline.c @ Line 1408 readability-braces-around-statements statement should be inside braces 2
2410 src/nvim/memline.c @ Line 1410 google-readability-braces-around-statements statement should be inside braces 2
2411 src/nvim/memline.c @ Line 1410 readability-braces-around-statements statement should be inside braces 2
2412 src/nvim/memline.c @ Line 1427 google-readability-braces-around-statements statement should be inside braces 2
2413 src/nvim/memline.c @ Line 1427 readability-braces-around-statements statement should be inside braces 2
2414 src/nvim/memline.c @ Line 1430 google-readability-braces-around-statements statement should be inside braces 2
2415 src/nvim/memline.c @ Line 1430 readability-braces-around-statements statement should be inside braces 2
2416 src/nvim/memline.c @ Line 1433 google-readability-braces-around-statements statement should be inside braces 2
2417 src/nvim/memline.c @ Line 1433 readability-braces-around-statements statement should be inside braces 2
2418 src/nvim/memline.c @ Line 1435 google-readability-braces-around-statements statement should be inside braces 2
2419 src/nvim/memline.c @ Line 1435 readability-braces-around-statements statement should be inside braces 2
2420 src/nvim/memline.c @ Line 1525 google-readability-braces-around-statements statement should be inside braces 2
2421 src/nvim/memline.c @ Line 1525 readability-braces-around-statements statement should be inside braces 2
2422 src/nvim/memline.c @ Line 1547 google-readability-braces-around-statements statement should be inside braces 2
2423 src/nvim/memline.c @ Line 1547 readability-braces-around-statements statement should be inside braces 2
2424 src/nvim/memline.c @ Line 1549 google-readability-braces-around-statements statement should be inside braces 2
2425 src/nvim/memline.c @ Line 1549 readability-braces-around-statements statement should be inside braces 2
2426 src/nvim/memline.c @ Line 1561 google-readability-braces-around-statements statement should be inside braces 2
2427 src/nvim/memline.c @ Line 1561 readability-braces-around-statements statement should be inside braces 2
2428 src/nvim/memline.c @ Line 1563 google-readability-braces-around-statements statement should be inside braces 2
2429 src/nvim/memline.c @ Line 1563 readability-braces-around-statements statement should be inside braces 2
2430 src/nvim/memline.c @ Line 1581 google-readability-braces-around-statements statement should be inside braces 2
2431 src/nvim/memline.c @ Line 1581 readability-braces-around-statements statement should be inside braces 2
2432 src/nvim/memline.c @ Line 1584 google-readability-braces-around-statements statement should be inside braces 2
2433 src/nvim/memline.c @ Line 1584 readability-braces-around-statements statement should be inside braces 2
2434 src/nvim/memline.c @ Line 1656 google-readability-braces-around-statements statement should be inside braces 2
2435 src/nvim/memline.c @ Line 1656 readability-braces-around-statements statement should be inside braces 2
2436 src/nvim/memline.c @ Line 1659 google-readability-braces-around-statements statement should be inside braces 2
2437 src/nvim/memline.c @ Line 1659 readability-braces-around-statements statement should be inside braces 2
2438 src/nvim/memline.c @ Line 1661 google-readability-braces-around-statements statement should be inside braces 2
2439 src/nvim/memline.c @ Line 1661 readability-braces-around-statements statement should be inside braces 2
2440 src/nvim/memline.c @ Line 1663 google-readability-braces-around-statements statement should be inside braces 2
2441 src/nvim/memline.c @ Line 1663 readability-braces-around-statements statement should be inside braces 2
2442 src/nvim/memline.c @ Line 1679 google-readability-braces-around-statements statement should be inside braces 2
2443 src/nvim/memline.c @ Line 1679 readability-braces-around-statements statement should be inside braces 2
2444 src/nvim/memline.c @ Line 1729 google-readability-braces-around-statements statement should be inside braces 2
2445 src/nvim/memline.c @ Line 1729 readability-braces-around-statements statement should be inside braces 2
2446 src/nvim/memline.c @ Line 1779 google-readability-braces-around-statements statement should be inside braces 2
2447 src/nvim/memline.c @ Line 1779 readability-braces-around-statements statement should be inside braces 2
2448 src/nvim/memline.c @ Line 1781 google-readability-braces-around-statements statement should be inside braces 2
2449 src/nvim/memline.c @ Line 1781 readability-braces-around-statements statement should be inside braces 2
2450 src/nvim/memline.c @ Line 1820 misc-no-recursion function 'ml_get_buf' is within a recursive call chain 7
2451 src/nvim/memline.c @ Line 1841 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2452 src/nvim/memline.c @ Line 1844 google-readability-braces-around-statements statement should be inside braces 2
2453 src/nvim/memline.c @ Line 1844 readability-braces-around-statements statement should be inside braces 2
2454 src/nvim/memline.c @ Line 1847 google-readability-braces-around-statements statement should be inside braces 2
2455 src/nvim/memline.c @ Line 1847 readability-braces-around-statements statement should be inside braces 2
2456 src/nvim/memline.c @ Line 1923 google-readability-braces-around-statements statement should be inside braces 2
2457 src/nvim/memline.c @ Line 1923 readability-braces-around-statements statement should be inside braces 2
2458 src/nvim/memline.c @ Line 1926 google-readability-braces-around-statements statement should be inside braces 2
2459 src/nvim/memline.c @ Line 1926 readability-braces-around-statements statement should be inside braces 2
2460 src/nvim/memline.c @ Line 1944 google-readability-braces-around-statements statement should be inside braces 2
2461 src/nvim/memline.c @ Line 1944 readability-braces-around-statements statement should be inside braces 2
2462 src/nvim/memline.c @ Line 1947 google-readability-braces-around-statements statement should be inside braces 2
2463 src/nvim/memline.c @ Line 1947 readability-braces-around-statements statement should be inside braces 2
2464 src/nvim/memline.c @ Line 1964 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2465 src/nvim/memline.c @ Line 1976 google-readability-braces-around-statements statement should be inside braces 2
2466 src/nvim/memline.c @ Line 1976 readability-braces-around-statements statement should be inside braces 2
2467 src/nvim/memline.c @ Line 1979 google-readability-braces-around-statements statement should be inside braces 2
2468 src/nvim/memline.c @ Line 1979 readability-braces-around-statements statement should be inside braces 2
2469 src/nvim/memline.c @ Line 1982 google-readability-braces-around-statements statement should be inside braces 2
2470 src/nvim/memline.c @ Line 1982 readability-braces-around-statements statement should be inside braces 2
2471 src/nvim/memline.c @ Line 1995 google-readability-braces-around-statements statement should be inside braces 2
2472 src/nvim/memline.c @ Line 1995 readability-braces-around-statements statement should be inside braces 2
2473 src/nvim/memline.c @ Line 2000 google-readability-braces-around-statements statement should be inside braces 2
2474 src/nvim/memline.c @ Line 2000 readability-braces-around-statements statement should be inside braces 2
2475 src/nvim/memline.c @ Line 2002 google-readability-braces-around-statements statement should be inside braces 2
2476 src/nvim/memline.c @ Line 2002 readability-braces-around-statements statement should be inside braces 2
2477 src/nvim/memline.c @ Line 2025 google-readability-braces-around-statements statement should be inside braces 2
2478 src/nvim/memline.c @ Line 2025 readability-braces-around-statements statement should be inside braces 2
2479 src/nvim/memline.c @ Line 2055 google-readability-braces-around-statements statement should be inside braces 2
2480 src/nvim/memline.c @ Line 2055 readability-braces-around-statements statement should be inside braces 2
2481 src/nvim/memline.c @ Line 2057 google-readability-braces-around-statements statement should be inside braces 2
2482 src/nvim/memline.c @ Line 2057 readability-braces-around-statements statement should be inside braces 2
2483 src/nvim/memline.c @ Line 2062 google-readability-braces-around-statements statement should be inside braces 2
2484 src/nvim/memline.c @ Line 2062 readability-braces-around-statements statement should be inside braces 2
2485 src/nvim/memline.c @ Line 2065 google-readability-braces-around-statements statement should be inside braces 2
2486 src/nvim/memline.c @ Line 2065 readability-braces-around-statements statement should be inside braces 2
2487 src/nvim/memline.c @ Line 2072 google-readability-braces-around-statements statement should be inside braces 2
2488 src/nvim/memline.c @ Line 2072 readability-braces-around-statements statement should be inside braces 2
2489 src/nvim/memline.c @ Line 2079 google-readability-braces-around-statements statement should be inside braces 2
2490 src/nvim/memline.c @ Line 2079 readability-braces-around-statements statement should be inside braces 2
2491 src/nvim/memline.c @ Line 2091 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2492 src/nvim/memline.c @ Line 2092 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2493 src/nvim/memline.c @ Line 2099 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2494 src/nvim/memline.c @ Line 2103 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2495 src/nvim/memline.c @ Line 2104 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2496 src/nvim/memline.c @ Line 2166 google-readability-braces-around-statements statement should be inside braces 2
2497 src/nvim/memline.c @ Line 2166 readability-braces-around-statements statement should be inside braces 2
2498 src/nvim/memline.c @ Line 2192 google-readability-braces-around-statements statement should be inside braces 2
2499 src/nvim/memline.c @ Line 2192 readability-braces-around-statements statement should be inside braces 2
2500 src/nvim/memline.c @ Line 2205 google-readability-braces-around-statements statement should be inside braces 2
2501 src/nvim/memline.c @ Line 2205 readability-braces-around-statements statement should be inside braces 2
2502 src/nvim/memline.c @ Line 2217 google-readability-braces-around-statements statement should be inside braces 2
2503 src/nvim/memline.c @ Line 2217 readability-braces-around-statements statement should be inside braces 2
2504 src/nvim/memline.c @ Line 2219 google-readability-braces-around-statements statement should be inside braces 2
2505 src/nvim/memline.c @ Line 2219 readability-braces-around-statements statement should be inside braces 2
2506 src/nvim/memline.c @ Line 2231 google-readability-braces-around-statements statement should be inside braces 2
2507 src/nvim/memline.c @ Line 2231 readability-braces-around-statements statement should be inside braces 2
2508 src/nvim/memline.c @ Line 2233 google-readability-braces-around-statements statement should be inside braces 2
2509 src/nvim/memline.c @ Line 2233 readability-braces-around-statements statement should be inside braces 2
2510 src/nvim/memline.c @ Line 2253 google-readability-braces-around-statements statement should be inside braces 2
2511 src/nvim/memline.c @ Line 2253 readability-braces-around-statements statement should be inside braces 2
2512 src/nvim/memline.c @ Line 2267 google-readability-braces-around-statements statement should be inside braces 2
2513 src/nvim/memline.c @ Line 2267 readability-braces-around-statements statement should be inside braces 2
2514 src/nvim/memline.c @ Line 2279 google-readability-braces-around-statements statement should be inside braces 2
2515 src/nvim/memline.c @ Line 2279 readability-braces-around-statements statement should be inside braces 2
2516 src/nvim/memline.c @ Line 2281 google-readability-braces-around-statements statement should be inside braces 2
2517 src/nvim/memline.c @ Line 2281 readability-braces-around-statements statement should be inside braces 2
2518 src/nvim/memline.c @ Line 2301 readability-else-after-return do not use 'else' after 'break' 1
2519 src/nvim/memline.c @ Line 2310 google-readability-braces-around-statements statement should be inside braces 2
2520 src/nvim/memline.c @ Line 2310 readability-braces-around-statements statement should be inside braces 2
2521 src/nvim/memline.c @ Line 2314 google-readability-braces-around-statements statement should be inside braces 2
2522 src/nvim/memline.c @ Line 2314 readability-braces-around-statements statement should be inside braces 2
2523 src/nvim/memline.c @ Line 2350 google-readability-braces-around-statements statement should be inside braces 2
2524 src/nvim/memline.c @ Line 2350 readability-braces-around-statements statement should be inside braces 2
2525 src/nvim/memline.c @ Line 2362 google-readability-braces-around-statements statement should be inside braces 2
2526 src/nvim/memline.c @ Line 2362 readability-braces-around-statements statement should be inside braces 2
2527 src/nvim/memline.c @ Line 2371 google-readability-braces-around-statements statement should be inside braces 2
2528 src/nvim/memline.c @ Line 2371 readability-braces-around-statements statement should be inside braces 2
2529 src/nvim/memline.c @ Line 2374 google-readability-braces-around-statements statement should be inside braces 2
2530 src/nvim/memline.c @ Line 2374 readability-braces-around-statements statement should be inside braces 2
2531 src/nvim/memline.c @ Line 2424 misc-no-recursion function 'ml_replace' is within a recursive call chain 1
2532 src/nvim/memline.c @ Line 2440 misc-no-recursion function 'ml_replace_buf' is within a recursive call chain 1
2533 src/nvim/memline.c @ Line 2442 google-readability-braces-around-statements statement should be inside braces 2
2534 src/nvim/memline.c @ Line 2442 readability-braces-around-statements statement should be inside braces 2
2535 src/nvim/memline.c @ Line 2488 misc-no-recursion function 'ml_delete_int' is within a recursive call chain 1
2536 src/nvim/memline.c @ Line 2503 google-readability-braces-around-statements statement should be inside braces 2
2537 src/nvim/memline.c @ Line 2503 readability-braces-around-statements statement should be inside braces 2
2538 src/nvim/memline.c @ Line 2506 google-readability-braces-around-statements statement should be inside braces 2
2539 src/nvim/memline.c @ Line 2506 readability-braces-around-statements statement should be inside braces 2
2540 src/nvim/memline.c @ Line 2514 google-readability-braces-around-statements statement should be inside braces 2
2541 src/nvim/memline.c @ Line 2514 readability-braces-around-statements statement should be inside braces 2
2542 src/nvim/memline.c @ Line 2529 google-readability-braces-around-statements statement should be inside braces 2
2543 src/nvim/memline.c @ Line 2529 readability-braces-around-statements statement should be inside braces 2
2544 src/nvim/memline.c @ Line 2532 google-readability-braces-around-statements statement should be inside braces 2
2545 src/nvim/memline.c @ Line 2532 readability-braces-around-statements statement should be inside braces 2
2546 src/nvim/memline.c @ Line 2544 google-readability-braces-around-statements statement should be inside braces 2
2547 src/nvim/memline.c @ Line 2544 readability-braces-around-statements statement should be inside braces 2
2548 src/nvim/memline.c @ Line 2546 google-readability-braces-around-statements statement should be inside braces 2
2549 src/nvim/memline.c @ Line 2546 readability-braces-around-statements statement should be inside braces 2
2550 src/nvim/memline.c @ Line 2571 google-readability-braces-around-statements statement should be inside braces 2
2551 src/nvim/memline.c @ Line 2571 readability-braces-around-statements statement should be inside braces 2
2552 src/nvim/memline.c @ Line 2580 google-readability-braces-around-statements statement should be inside braces 2
2553 src/nvim/memline.c @ Line 2580 readability-braces-around-statements statement should be inside braces 2
2554 src/nvim/memline.c @ Line 2583 google-readability-braces-around-statements statement should be inside braces 2
2555 src/nvim/memline.c @ Line 2583 readability-braces-around-statements statement should be inside braces 2
2556 src/nvim/memline.c @ Line 2613 google-readability-braces-around-statements statement should be inside braces 2
2557 src/nvim/memline.c @ Line 2613 readability-braces-around-statements statement should be inside braces 2
2558 src/nvim/memline.c @ Line 2639 google-readability-braces-around-statements statement should be inside braces 2
2559 src/nvim/memline.c @ Line 2639 readability-braces-around-statements statement should be inside braces 2
2560 src/nvim/memline.c @ Line 2642 google-readability-braces-around-statements statement should be inside braces 2
2561 src/nvim/memline.c @ Line 2642 readability-braces-around-statements statement should be inside braces 2
2562 src/nvim/memline.c @ Line 2650 google-readability-braces-around-statements statement should be inside braces 2
2563 src/nvim/memline.c @ Line 2650 readability-braces-around-statements statement should be inside braces 2
2564 src/nvim/memline.c @ Line 2668 google-readability-braces-around-statements statement should be inside braces 2
2565 src/nvim/memline.c @ Line 2668 readability-braces-around-statements statement should be inside braces 2
2566 src/nvim/memline.c @ Line 2681 google-readability-braces-around-statements statement should be inside braces 2
2567 src/nvim/memline.c @ Line 2681 readability-braces-around-statements statement should be inside braces 2
2568 src/nvim/memline.c @ Line 2687 google-readability-braces-around-statements statement should be inside braces 2
2569 src/nvim/memline.c @ Line 2687 readability-braces-around-statements statement should be inside braces 2
2570 src/nvim/memline.c @ Line 2709 google-readability-braces-around-statements statement should be inside braces 2
2571 src/nvim/memline.c @ Line 2709 readability-braces-around-statements statement should be inside braces 2
2572 src/nvim/memline.c @ Line 2721 google-readability-braces-around-statements statement should be inside braces 2
2573 src/nvim/memline.c @ Line 2721 readability-braces-around-statements statement should be inside braces 2
2574 src/nvim/memline.c @ Line 2727 google-readability-braces-around-statements statement should be inside braces 2
2575 src/nvim/memline.c @ Line 2727 readability-braces-around-statements statement should be inside braces 2
2576 src/nvim/memline.c @ Line 2735 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
2577 src/nvim/memline.c @ Line 2752 misc-no-recursion function 'ml_flush_line' is within a recursive call chain 1
2578 src/nvim/memline.c @ Line 2768 google-readability-braces-around-statements statement should be inside braces 2
2579 src/nvim/memline.c @ Line 2768 readability-braces-around-statements statement should be inside braces 2
2580 src/nvim/memline.c @ Line 2773 google-readability-braces-around-statements statement should be inside braces 2
2581 src/nvim/memline.c @ Line 2773 readability-braces-around-statements statement should be inside braces 2
2582 src/nvim/memline.c @ Line 2790 google-readability-braces-around-statements statement should be inside braces 2
2583 src/nvim/memline.c @ Line 2790 readability-braces-around-statements statement should be inside braces 2
2584 src/nvim/memline.c @ Line 2792 google-readability-braces-around-statements statement should be inside braces 2
2585 src/nvim/memline.c @ Line 2792 readability-braces-around-statements statement should be inside braces 2
2586 src/nvim/memline.c @ Line 2810 google-readability-braces-around-statements statement should be inside braces 2
2587 src/nvim/memline.c @ Line 2810 readability-braces-around-statements statement should be inside braces 2
2588 src/nvim/memline.c @ Line 2898 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2589 src/nvim/memline.c @ Line 2900 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2590 src/nvim/memline.c @ Line 2937 google-readability-braces-around-statements statement should be inside braces 2
2591 src/nvim/memline.c @ Line 2937 readability-braces-around-statements statement should be inside braces 2
2592 src/nvim/memline.c @ Line 2941 google-readability-braces-around-statements statement should be inside braces 2
2593 src/nvim/memline.c @ Line 2941 readability-braces-around-statements statement should be inside braces 2
2594 src/nvim/memline.c @ Line 2960 google-readability-braces-around-statements statement should be inside braces 2
2595 src/nvim/memline.c @ Line 2960 readability-braces-around-statements statement should be inside braces 2
2596 src/nvim/memline.c @ Line 2962 google-readability-braces-around-statements statement should be inside braces 2
2597 src/nvim/memline.c @ Line 2962 readability-braces-around-statements statement should be inside braces 2
2598 src/nvim/memline.c @ Line 2969 google-readability-braces-around-statements statement should be inside braces 2
2599 src/nvim/memline.c @ Line 2969 readability-braces-around-statements statement should be inside braces 2
2600 src/nvim/memline.c @ Line 2975 google-readability-braces-around-statements statement should be inside braces 2
2601 src/nvim/memline.c @ Line 2975 readability-braces-around-statements statement should be inside braces 2
2602 src/nvim/memline.c @ Line 2977 google-readability-braces-around-statements statement should be inside braces 2
2603 src/nvim/memline.c @ Line 2977 readability-braces-around-statements statement should be inside braces 2
2604 src/nvim/memline.c @ Line 3057 google-readability-braces-around-statements statement should be inside braces 2
2605 src/nvim/memline.c @ Line 3057 readability-braces-around-statements statement should be inside braces 2
2606 src/nvim/memline.c @ Line 3059 google-readability-braces-around-statements statement should be inside braces 2
2607 src/nvim/memline.c @ Line 3059 readability-braces-around-statements statement should be inside braces 2
2608 src/nvim/memline.c @ Line 3107 google-readability-braces-around-statements statement should be inside braces 2
2609 src/nvim/memline.c @ Line 3107 readability-braces-around-statements statement should be inside braces 2
2610 src/nvim/memline.c @ Line 3135 google-readability-braces-around-statements statement should be inside braces 2
2611 src/nvim/memline.c @ Line 3135 readability-braces-around-statements statement should be inside braces 2
2612 src/nvim/memline.c @ Line 3154 google-readability-braces-around-statements statement should be inside braces 2
2613 src/nvim/memline.c @ Line 3154 readability-braces-around-statements statement should be inside braces 2
2614 src/nvim/memline.c @ Line 3171 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2615 src/nvim/memline.c @ Line 3177 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2616 src/nvim/memline.c @ Line 3196 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2617 src/nvim/memline.c @ Line 3225 google-readability-braces-around-statements statement should be inside braces 2
2618 src/nvim/memline.c @ Line 3225 readability-braces-around-statements statement should be inside braces 2
2619 src/nvim/memline.c @ Line 3258 google-readability-braces-around-statements statement should be inside braces 2
2620 src/nvim/memline.c @ Line 3258 readability-braces-around-statements statement should be inside braces 2
2621 src/nvim/memline.c @ Line 3261 google-readability-braces-around-statements statement should be inside braces 2
2622 src/nvim/memline.c @ Line 3261 readability-braces-around-statements statement should be inside braces 2
2623 src/nvim/memline.c @ Line 3627 google-readability-casting redundant cast to the same type 1
2624 src/nvim/memline.c @ Line 3710 google-readability-braces-around-statements statement should be inside braces 2
2625 src/nvim/memline.c @ Line 3710 readability-braces-around-statements statement should be inside braces 2
2626 src/nvim/memline.c @ Line 3719 google-readability-braces-around-statements statement should be inside braces 2
2627 src/nvim/memline.c @ Line 3719 readability-braces-around-statements statement should be inside braces 2
2628 src/nvim/memline.c @ Line 3748 readability-non-const-parameter pointer parameter 's' can be pointer to const 2
2629 src/nvim/memline.c @ Line 3774 google-readability-braces-around-statements statement should be inside braces 2
2630 src/nvim/memline.c @ Line 3774 readability-braces-around-statements statement should be inside braces 2
2631 src/nvim/memline.c @ Line 3815 google-readability-braces-around-statements statement should be inside braces 2
2632 src/nvim/memline.c @ Line 3815 readability-braces-around-statements statement should be inside braces 2
2633 src/nvim/memline.c @ Line 3857 google-readability-braces-around-statements statement should be inside braces 2
2634 src/nvim/memline.c @ Line 3857 readability-braces-around-statements statement should be inside braces 2
2635 src/nvim/memline.c @ Line 3895 google-readability-braces-around-statements statement should be inside braces 2
2636 src/nvim/memline.c @ Line 3895 readability-braces-around-statements statement should be inside braces 2
2637 src/nvim/memline.c @ Line 3897 google-readability-braces-around-statements statement should be inside braces 2
2638 src/nvim/memline.c @ Line 3897 readability-braces-around-statements statement should be inside braces 2
2639 src/nvim/memline.c @ Line 3917 readability-else-after-return do not use 'else' after 'return' 1
2640 src/nvim/memline.c @ Line 3940 google-readability-braces-around-statements statement should be inside braces 2
2641 src/nvim/memline.c @ Line 3940 readability-braces-around-statements statement should be inside braces 2
2642 src/nvim/memline.c @ Line 3942 google-readability-braces-around-statements statement should be inside braces 2
2643 src/nvim/memline.c @ Line 3942 readability-braces-around-statements statement should be inside braces 2
2644 src/nvim/memline.c @ Line 4035 google-readability-braces-around-statements statement should be inside braces 2
2645 src/nvim/memline.c @ Line 4035 readability-braces-around-statements statement should be inside braces 2
2646 src/nvim/memline.c @ Line 4038 google-readability-braces-around-statements statement should be inside braces 2
2647 src/nvim/memline.c @ Line 4038 readability-braces-around-statements statement should be inside braces 2
2648 src/nvim/memline.c @ Line 4040 google-readability-braces-around-statements statement should be inside braces 2
2649 src/nvim/memline.c @ Line 4040 readability-braces-around-statements statement should be inside braces 2
2650 src/nvim/memline.c @ Line 4042 google-readability-braces-around-statements statement should be inside braces 2
2651 src/nvim/memline.c @ Line 4042 readability-braces-around-statements statement should be inside braces 2
2652 src/nvim/memline.c @ Line 4059 google-readability-braces-around-statements statement should be inside braces 2
2653 src/nvim/memline.c @ Line 4059 readability-braces-around-statements statement should be inside braces 2
2654 src/nvim/memline.c @ Line 4066 google-readability-braces-around-statements statement should be inside braces 2
2655 src/nvim/memline.c @ Line 4066 readability-braces-around-statements statement should be inside braces 2
2656 src/nvim/memline.c @ Line 4072 google-readability-braces-around-statements statement should be inside braces 2
2657 src/nvim/memline.c @ Line 4072 readability-braces-around-statements statement should be inside braces 2
2658 src/nvim/memline.c @ Line 4074 google-readability-braces-around-statements statement should be inside braces 2
2659 src/nvim/memline.c @ Line 4074 readability-braces-around-statements statement should be inside braces 2
2660 src/nvim/memline.c @ Line 4078 google-readability-braces-around-statements statement should be inside braces 2
2661 src/nvim/memline.c @ Line 4078 readability-braces-around-statements statement should be inside braces 2
2662 src/nvim/memline.c @ Line 4080 google-readability-braces-around-statements statement should be inside braces 2
2663 src/nvim/memline.c @ Line 4080 readability-braces-around-statements statement should be inside braces 2
2664 src/nvim/memline.c @ Line 4087 google-readability-braces-around-statements statement should be inside braces 2
2665 src/nvim/memline.c @ Line 4087 readability-braces-around-statements statement should be inside braces 2
2666 src/nvim/memline.c @ Line 4099 google-readability-braces-around-statements statement should be inside braces 2
2667 src/nvim/memline.c @ Line 4099 readability-braces-around-statements statement should be inside braces 2
2668 src/nvim/memline.c @ Line 4101 google-readability-braces-around-statements statement should be inside braces 2
2669 src/nvim/memline.c @ Line 4101 readability-braces-around-statements statement should be inside braces 2
2670 src/nvim/memline.c @ Line 4103 google-readability-braces-around-statements statement should be inside braces 2
2671 src/nvim/memline.c @ Line 4103 readability-braces-around-statements statement should be inside braces 2
2672 src/nvim/memline.c @ Line 4107 google-readability-braces-around-statements statement should be inside braces 2
2673 src/nvim/memline.c @ Line 4107 readability-braces-around-statements statement should be inside braces 2
2674 src/nvim/memline.c @ Line 4116 google-readability-braces-around-statements statement should be inside braces 2
2675 src/nvim/memline.c @ Line 4116 readability-braces-around-statements statement should be inside braces 2
2676 src/nvim/memory.c @ Line 50 google-readability-braces-around-statements statement should be inside braces 2
2677 src/nvim/memory.c @ Line 50 readability-braces-around-statements statement should be inside braces 2
2678 src/nvim/memory.c @ Line 259 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2679 src/nvim/memory.c @ Line 294 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2680 src/nvim/memory.c @ Line 348 readability-else-after-return do not use 'else' after 'return' 1
2681 src/nvim/memory.c @ Line 432 readability-else-after-return do not use 'else' after 'return' 1
2682 src/nvim/menu.c @ Line 112 google-readability-braces-around-statements statement should be inside braces 2
2683 src/nvim/menu.c @ Line 112 readability-braces-around-statements statement should be inside braces 2
2684 src/nvim/menu.c @ Line 142 google-readability-braces-around-statements statement should be inside braces 2
2685 src/nvim/menu.c @ Line 142 readability-braces-around-statements statement should be inside braces 2
2686 src/nvim/menu.c @ Line 144 google-readability-braces-around-statements statement should be inside braces 2
2687 src/nvim/menu.c @ Line 144 readability-braces-around-statements statement should be inside braces 2
2688 src/nvim/menu.c @ Line 198 google-readability-braces-around-statements statement should be inside braces 2
2689 src/nvim/menu.c @ Line 198 readability-braces-around-statements statement should be inside braces 2
2690 src/nvim/menu.c @ Line 210 google-readability-braces-around-statements statement should be inside braces 2
2691 src/nvim/menu.c @ Line 210 readability-braces-around-statements statement should be inside braces 2
2692 src/nvim/menu.c @ Line 217 google-readability-braces-around-statements statement should be inside braces 2
2693 src/nvim/menu.c @ Line 217 readability-braces-around-statements statement should be inside braces 2
2694 src/nvim/menu.c @ Line 250 google-readability-braces-around-statements statement should be inside braces 2
2695 src/nvim/menu.c @ Line 250 readability-braces-around-statements statement should be inside braces 2
2696 src/nvim/menu.c @ Line 422 google-readability-braces-around-statements statement should be inside braces 2
2697 src/nvim/menu.c @ Line 422 readability-braces-around-statements statement should be inside braces 2
2698 src/nvim/menu.c @ Line 457 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2699 src/nvim/menu.c @ Line 460 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
2700 src/nvim/menu.c @ Line 507 misc-no-recursion function 'menu_enable_recurse' is within a recursive call chain 4
2701 src/nvim/menu.c @ Line 514 google-readability-braces-around-statements statement should be inside braces 2
2702 src/nvim/menu.c @ Line 514 readability-braces-around-statements statement should be inside braces 2
2703 src/nvim/menu.c @ Line 542 google-readability-braces-around-statements statement should be inside braces 2
2704 src/nvim/menu.c @ Line 542 readability-braces-around-statements statement should be inside braces 2
2705 src/nvim/menu.c @ Line 561 misc-no-recursion function 'remove_menu' is within a recursive call chain 4
2706 src/nvim/menu.c @ Line 572 google-readability-braces-around-statements statement should be inside braces 2
2707 src/nvim/menu.c @ Line 572 readability-braces-around-statements statement should be inside braces 2
2708 src/nvim/menu.c @ Line 582 google-readability-braces-around-statements statement should be inside braces 2
2709 src/nvim/menu.c @ Line 582 readability-braces-around-statements statement should be inside braces 2
2710 src/nvim/menu.c @ Line 587 google-readability-braces-around-statements statement should be inside braces 2
2711 src/nvim/menu.c @ Line 587 readability-braces-around-statements statement should be inside braces 2
2712 src/nvim/menu.c @ Line 590 google-readability-braces-around-statements statement should be inside braces 2
2713 src/nvim/menu.c @ Line 590 readability-braces-around-statements statement should be inside braces 2
2714 src/nvim/menu.c @ Line 600 google-readability-braces-around-statements statement should be inside braces 2
2715 src/nvim/menu.c @ Line 600 readability-braces-around-statements statement should be inside braces 2
2716 src/nvim/menu.c @ Line 606 google-readability-braces-around-statements statement should be inside braces 2
2717 src/nvim/menu.c @ Line 606 readability-braces-around-statements statement should be inside braces 2
2718 src/nvim/menu.c @ Line 608 google-readability-braces-around-statements statement should be inside braces 2
2719 src/nvim/menu.c @ Line 608 readability-braces-around-statements statement should be inside braces 2
2720 src/nvim/menu.c @ Line 610 google-readability-braces-around-statements statement should be inside braces 2
2721 src/nvim/menu.c @ Line 610 readability-braces-around-statements statement should be inside braces 2
2722 src/nvim/menu.c @ Line 612 google-readability-braces-around-statements statement should be inside braces 2
2723 src/nvim/menu.c @ Line 612 readability-braces-around-statements statement should be inside braces 2
2724 src/nvim/menu.c @ Line 617 google-readability-braces-around-statements statement should be inside braces 2
2725 src/nvim/menu.c @ Line 617 readability-braces-around-statements statement should be inside braces 2
2726 src/nvim/menu.c @ Line 626 google-readability-braces-around-statements statement should be inside braces 2
2727 src/nvim/menu.c @ Line 626 readability-braces-around-statements statement should be inside braces 2
2728 src/nvim/menu.c @ Line 660 google-readability-braces-around-statements statement should be inside braces 2
2729 src/nvim/menu.c @ Line 660 readability-braces-around-statements statement should be inside braces 2
2730 src/nvim/menu.c @ Line 674 google-readability-braces-around-statements statement should be inside braces 2
2731 src/nvim/menu.c @ Line 674 readability-braces-around-statements statement should be inside braces 2
2732 src/nvim/menu.c @ Line 675 google-readability-braces-around-statements statement should be inside braces 2
2733 src/nvim/menu.c @ Line 675 readability-braces-around-statements statement should be inside braces 2
2734 src/nvim/menu.c @ Line 677 google-readability-braces-around-statements statement should be inside braces 2
2735 src/nvim/menu.c @ Line 677 readability-braces-around-statements statement should be inside braces 2
2736 src/nvim/menu.c @ Line 689 misc-no-recursion function 'menu_get_recursive' is within a recursive call chain 4
2737 src/nvim/menu.c @ Line 798 readability-else-after-return do not use 'else' after 'return' 1
2738 src/nvim/menu.c @ Line 838 misc-no-recursion function 'show_menus_recursive' is within a recursive call chain 4
2739 src/nvim/menu.c @ Line 843 google-readability-braces-around-statements statement should be inside braces 2
2740 src/nvim/menu.c @ Line 843 readability-braces-around-statements statement should be inside braces 2
2741 src/nvim/menu.c @ Line 848 google-readability-braces-around-statements statement should be inside braces 2
2742 src/nvim/menu.c @ Line 848 readability-braces-around-statements statement should be inside braces 2
2743 src/nvim/menu.c @ Line 850 google-readability-braces-around-statements statement should be inside braces 2
2744 src/nvim/menu.c @ Line 850 readability-braces-around-statements statement should be inside braces 2
2745 src/nvim/menu.c @ Line 853 google-readability-casting redundant cast to the same type 1
2746 src/nvim/menu.c @ Line 861 google-readability-braces-around-statements statement should be inside braces 2
2747 src/nvim/menu.c @ Line 861 readability-braces-around-statements statement should be inside braces 2
2748 src/nvim/menu.c @ Line 864 google-readability-braces-around-statements statement should be inside braces 2
2749 src/nvim/menu.c @ Line 864 readability-braces-around-statements statement should be inside braces 2
2750 src/nvim/menu.c @ Line 866 google-readability-braces-around-statements statement should be inside braces 2
2751 src/nvim/menu.c @ Line 866 readability-braces-around-statements statement should be inside braces 2
2752 src/nvim/menu.c @ Line 869 google-readability-braces-around-statements statement should be inside braces 2
2753 src/nvim/menu.c @ Line 869 readability-braces-around-statements statement should be inside braces 2
2754 src/nvim/menu.c @ Line 871 google-readability-braces-around-statements statement should be inside braces 2
2755 src/nvim/menu.c @ Line 871 readability-braces-around-statements statement should be inside braces 2
2756 src/nvim/menu.c @ Line 873 google-readability-braces-around-statements statement should be inside braces 2
2757 src/nvim/menu.c @ Line 873 readability-braces-around-statements statement should be inside braces 2
2758 src/nvim/menu.c @ Line 875 google-readability-braces-around-statements statement should be inside braces 2
2759 src/nvim/menu.c @ Line 875 readability-braces-around-statements statement should be inside braces 2
2760 src/nvim/menu.c @ Line 877 google-readability-braces-around-statements statement should be inside braces 2
2761 src/nvim/menu.c @ Line 877 readability-braces-around-statements statement should be inside braces 2
2762 src/nvim/menu.c @ Line 879 google-readability-braces-around-statements statement should be inside braces 2
2763 src/nvim/menu.c @ Line 879 readability-braces-around-statements statement should be inside braces 2
2764 src/nvim/menu.c @ Line 881 google-readability-braces-around-statements statement should be inside braces 2
2765 src/nvim/menu.c @ Line 881 readability-braces-around-statements statement should be inside braces 2
2766 src/nvim/menu.c @ Line 894 google-readability-braces-around-statements statement should be inside braces 2
2767 src/nvim/menu.c @ Line 894 readability-braces-around-statements statement should be inside braces 2
2768 src/nvim/menu.c @ Line 898 google-readability-braces-around-statements statement should be inside braces 2
2769 src/nvim/menu.c @ Line 898 readability-braces-around-statements statement should be inside braces 2
2770 src/nvim/menu.c @ Line 899 google-readability-braces-around-statements statement should be inside braces 2
2771 src/nvim/menu.c @ Line 899 readability-braces-around-statements statement should be inside braces 2
2772 src/nvim/menu.c @ Line 931 google-readability-braces-around-statements statement should be inside braces 2
2773 src/nvim/menu.c @ Line 931 readability-braces-around-statements statement should be inside braces 2
2774 src/nvim/menu.c @ Line 932 google-readability-braces-around-statements statement should be inside braces 2
2775 src/nvim/menu.c @ Line 932 readability-braces-around-statements statement should be inside braces 2
2776 src/nvim/menu.c @ Line 937 google-readability-braces-around-statements statement should be inside braces 2
2777 src/nvim/menu.c @ Line 937 readability-braces-around-statements statement should be inside braces 2
2778 src/nvim/menu.c @ Line 940 google-readability-braces-around-statements statement should be inside braces 2
2779 src/nvim/menu.c @ Line 940 readability-braces-around-statements statement should be inside braces 2
2780 src/nvim/menu.c @ Line 942 google-readability-braces-around-statements statement should be inside braces 2
2781 src/nvim/menu.c @ Line 942 readability-braces-around-statements statement should be inside braces 2
2782 src/nvim/menu.c @ Line 946 google-readability-braces-around-statements statement should be inside braces 2
2783 src/nvim/menu.c @ Line 946 readability-braces-around-statements statement should be inside braces 2
2784 src/nvim/menu.c @ Line 952 google-readability-braces-around-statements statement should be inside braces 2
2785 src/nvim/menu.c @ Line 952 readability-braces-around-statements statement should be inside braces 2
2786 src/nvim/menu.c @ Line 954 google-readability-braces-around-statements statement should be inside braces 2
2787 src/nvim/menu.c @ Line 954 readability-braces-around-statements statement should be inside braces 2
2788 src/nvim/menu.c @ Line 969 google-readability-braces-around-statements statement should be inside braces 2
2789 src/nvim/menu.c @ Line 969 readability-braces-around-statements statement should be inside braces 2
2790 src/nvim/menu.c @ Line 1038 google-readability-braces-around-statements statement should be inside braces 2
2791 src/nvim/menu.c @ Line 1038 readability-braces-around-statements statement should be inside braces 2
2792 src/nvim/menu.c @ Line 1041 google-readability-braces-around-statements statement should be inside braces 2
2793 src/nvim/menu.c @ Line 1041 readability-braces-around-statements statement should be inside braces 2
2794 src/nvim/menu.c @ Line 1042 google-readability-braces-around-statements statement should be inside braces 2
2795 src/nvim/menu.c @ Line 1042 readability-braces-around-statements statement should be inside braces 2
2796 src/nvim/menu.c @ Line 1046 google-readability-braces-around-statements statement should be inside braces 2
2797 src/nvim/menu.c @ Line 1046 readability-braces-around-statements statement should be inside braces 2
2798 src/nvim/menu.c @ Line 1049 google-readability-braces-around-statements statement should be inside braces 2
2799 src/nvim/menu.c @ Line 1049 readability-braces-around-statements statement should be inside braces 2
2800 src/nvim/menu.c @ Line 1087 google-readability-braces-around-statements statement should be inside braces 2
2801 src/nvim/menu.c @ Line 1087 readability-braces-around-statements statement should be inside braces 2
2802 src/nvim/menu.c @ Line 1102 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
2803 src/nvim/menu.c @ Line 1105 google-readability-braces-around-statements statement should be inside braces 2
2804 src/nvim/menu.c @ Line 1105 readability-braces-around-statements statement should be inside braces 2
2805 src/nvim/menu.c @ Line 1114 google-readability-braces-around-statements statement should be inside braces 2
2806 src/nvim/menu.c @ Line 1114 readability-braces-around-statements statement should be inside braces 2
2807 src/nvim/menu.c @ Line 1140 google-readability-braces-around-statements statement should be inside braces 2
2808 src/nvim/menu.c @ Line 1140 readability-braces-around-statements statement should be inside braces 2
2809 src/nvim/menu.c @ Line 1144 google-readability-braces-around-statements statement should be inside braces 2
2810 src/nvim/menu.c @ Line 1144 readability-braces-around-statements statement should be inside braces 2
2811 src/nvim/menu.c @ Line 1157 google-readability-braces-around-statements statement should be inside braces 2
2812 src/nvim/menu.c @ Line 1157 readability-braces-around-statements statement should be inside braces 2
2813 src/nvim/menu.c @ Line 1166 google-readability-braces-around-statements statement should be inside braces 2
2814 src/nvim/menu.c @ Line 1166 readability-braces-around-statements statement should be inside braces 2
2815 src/nvim/menu.c @ Line 1167 google-readability-braces-around-statements statement should be inside braces 2
2816 src/nvim/menu.c @ Line 1167 readability-braces-around-statements statement should be inside braces 2
2817 src/nvim/menu.c @ Line 1238 google-readability-braces-around-statements statement should be inside braces 2
2818 src/nvim/menu.c @ Line 1238 readability-braces-around-statements statement should be inside braces 2
2819 src/nvim/menu.c @ Line 1240 google-readability-braces-around-statements statement should be inside braces 2
2820 src/nvim/menu.c @ Line 1240 readability-braces-around-statements statement should be inside braces 2
2821 src/nvim/menu.c @ Line 1283 google-readability-braces-around-statements statement should be inside braces 2
2822 src/nvim/menu.c @ Line 1283 readability-braces-around-statements statement should be inside braces 2
2823 src/nvim/menu.c @ Line 1287 google-readability-braces-around-statements statement should be inside braces 2
2824 src/nvim/menu.c @ Line 1287 readability-braces-around-statements statement should be inside braces 2
2825 src/nvim/menu.c @ Line 1294 google-readability-braces-around-statements statement should be inside braces 2
2826 src/nvim/menu.c @ Line 1294 readability-braces-around-statements statement should be inside braces 2
2827 src/nvim/menu.c @ Line 1296 google-readability-braces-around-statements statement should be inside braces 2
2828 src/nvim/menu.c @ Line 1296 readability-braces-around-statements statement should be inside braces 2
2829 src/nvim/menu.c @ Line 1508 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2830 src/nvim/menu.c @ Line 1510 google-readability-braces-around-statements statement should be inside braces 2
2831 src/nvim/menu.c @ Line 1510 readability-braces-around-statements statement should be inside braces 2
2832 src/nvim/menu.c @ Line 1528 google-readability-braces-around-statements statement should be inside braces 2
2833 src/nvim/menu.c @ Line 1528 readability-braces-around-statements statement should be inside braces 2
2834 src/nvim/menu.c @ Line 1553 google-readability-braces-around-statements statement should be inside braces 2
2835 src/nvim/menu.c @ Line 1553 readability-braces-around-statements statement should be inside braces 2
2836 src/nvim/menu.c @ Line 1614 google-readability-braces-around-statements statement should be inside braces 2
2837 src/nvim/menu.c @ Line 1614 readability-braces-around-statements statement should be inside braces 2
2838 src/nvim/menu.c @ Line 1622 google-readability-braces-around-statements statement should be inside braces 2
2839 src/nvim/menu.c @ Line 1622 readability-braces-around-statements statement should be inside braces 2
2840 src/nvim/message.c @ Line 227 misc-no-recursion function 'msg_attr' is within a recursive call chain 1
2841 src/nvim/message.c @ Line 234 misc-no-recursion function 'msg_multiline_attr' is within a recursive call chain 1
2842 src/nvim/message.c @ Line 264 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
2843 src/nvim/message.c @ Line 269 misc-no-recursion function 'msg_attr_keep' is within a recursive call chain 1
2844 src/nvim/message.c @ Line 298 google-readability-braces-around-statements statement should be inside braces 2
2845 src/nvim/message.c @ Line 298 readability-braces-around-statements statement should be inside braces 2
2846 src/nvim/message.c @ Line 308 bugprone-suspicious-string-compare function 'strcmp' is called without explicitly comparing result 3
2847 src/nvim/message.c @ Line 315 google-readability-braces-around-statements statement should be inside braces 2
2848 src/nvim/message.c @ Line 315 readability-braces-around-statements statement should be inside braces 2
2849 src/nvim/message.c @ Line 329 google-readability-casting redundant cast to the same type 1
2850 src/nvim/message.c @ Line 358 google-readability-braces-around-statements statement should be inside braces 2
2851 src/nvim/message.c @ Line 358 readability-braces-around-statements statement should be inside braces 2
2852 src/nvim/message.c @ Line 360 google-readability-casting redundant cast to the same type 1
2853 src/nvim/message.c @ Line 361 google-readability-braces-around-statements statement should be inside braces 2
2854 src/nvim/message.c @ Line 361 readability-braces-around-statements statement should be inside braces 2
2855 src/nvim/message.c @ Line 363 google-readability-casting redundant cast to the same type 1
2856 src/nvim/message.c @ Line 518 google-readability-braces-around-statements statement should be inside braces 2
2857 src/nvim/message.c @ Line 518 readability-braces-around-statements statement should be inside braces 2
2858 src/nvim/message.c @ Line 568 misc-no-recursion function 'msg_source' is within a recursive call chain 1
2859 src/nvim/message.c @ Line 586 google-readability-braces-around-statements statement should be inside braces 2
2860 src/nvim/message.c @ Line 586 readability-braces-around-statements statement should be inside braces 2
2861 src/nvim/message.c @ Line 588 google-readability-braces-around-statements statement should be inside braces 2
2862 src/nvim/message.c @ Line 588 readability-braces-around-statements statement should be inside braces 2
2863 src/nvim/message.c @ Line 605 google-readability-braces-around-statements statement should be inside braces 2
2864 src/nvim/message.c @ Line 605 readability-braces-around-statements statement should be inside braces 2
2865 src/nvim/message.c @ Line 610 misc-no-recursion function 'emsg_multiline' is within a recursive call chain 1
2866 src/nvim/message.c @ Line 733 misc-no-recursion function 'emsg' is within a recursive call chain 1
2867 src/nvim/message.c @ Line 744 misc-no-recursion function 'emsgf' is within a recursive call chain 15
2868 src/nvim/message.c @ Line 780 misc-no-recursion function 'emsgfv' is within a recursive call chain 1
2869 src/nvim/message.c @ Line 861 google-readability-braces-around-statements statement should be inside braces 2
2870 src/nvim/message.c @ Line 861 readability-braces-around-statements statement should be inside braces 2
2871 src/nvim/message.c @ Line 875 google-readability-casting redundant cast to the same type 1
2872 src/nvim/message.c @ Line 933 google-readability-braces-around-statements statement should be inside braces 2
2873 src/nvim/message.c @ Line 933 readability-braces-around-statements statement should be inside braces 2
2874 src/nvim/message.c @ Line 937 google-readability-braces-around-statements statement should be inside braces 2
2875 src/nvim/message.c @ Line 937 readability-braces-around-statements statement should be inside braces 2
2876 src/nvim/message.c @ Line 942 google-readability-braces-around-statements statement should be inside braces 2
2877 src/nvim/message.c @ Line 942 readability-braces-around-statements statement should be inside braces 2
2878 src/nvim/message.c @ Line 975 google-readability-braces-around-statements statement should be inside braces 2
2879 src/nvim/message.c @ Line 975 readability-braces-around-statements statement should be inside braces 2
2880 src/nvim/message.c @ Line 1075 misc-no-recursion function 'wait_return' is within a recursive call chain 1
2881 src/nvim/message.c @ Line 1078 readability-identifier-naming invalid case style for variable 'oldState' 2
2882 src/nvim/message.c @ Line 1079 readability-identifier-naming invalid case style for variable 'tmpState' 2
2883 src/nvim/message.c @ Line 1089 google-readability-braces-around-statements statement should be inside braces 2
2884 src/nvim/message.c @ Line 1089 readability-braces-around-statements statement should be inside braces 2
2885 src/nvim/message.c @ Line 1098 google-readability-braces-around-statements statement should be inside braces 2
2886 src/nvim/message.c @ Line 1098 readability-braces-around-statements statement should be inside braces 2
2887 src/nvim/message.c @ Line 1102 google-readability-braces-around-statements statement should be inside braces 2
2888 src/nvim/message.c @ Line 1102 readability-braces-around-statements statement should be inside braces 2
2889 src/nvim/message.c @ Line 1188 google-readability-braces-around-statements statement should be inside braces 2
2890 src/nvim/message.c @ Line 1188 readability-braces-around-statements statement should be inside braces 2
2891 src/nvim/message.c @ Line 1204 google-readability-braces-around-statements statement should be inside braces 2
2892 src/nvim/message.c @ Line 1204 readability-braces-around-statements statement should be inside braces 2
2893 src/nvim/message.c @ Line 1219 google-readability-braces-around-statements statement should be inside braces 2
2894 src/nvim/message.c @ Line 1219 readability-braces-around-statements statement should be inside braces 2
2895 src/nvim/message.c @ Line 1258 misc-no-recursion function 'hit_return_msg' is within a recursive call chain 1
2896 src/nvim/message.c @ Line 1263 google-readability-braces-around-statements statement should be inside braces 2
2897 src/nvim/message.c @ Line 1263 readability-braces-around-statements statement should be inside braces 2
2898 src/nvim/message.c @ Line 1283 google-readability-braces-around-statements statement should be inside braces 2
2899 src/nvim/message.c @ Line 1283 readability-braces-around-statements statement should be inside braces 2
2900 src/nvim/message.c @ Line 1285 google-readability-braces-around-statements statement should be inside braces 2
2901 src/nvim/message.c @ Line 1285 readability-braces-around-statements statement should be inside braces 2
2902 src/nvim/message.c @ Line 1305 misc-no-recursion function 'msg_start' is within a recursive call chain 1
2903 src/nvim/message.c @ Line 1330 google-readability-braces-around-statements statement should be inside braces 2
2904 src/nvim/message.c @ Line 1330 readability-braces-around-statements statement should be inside braces 2
2905 src/nvim/message.c @ Line 1359 misc-no-recursion function 'msg_putchar' is within a recursive call chain 1
2906 src/nvim/message.c @ Line 1364 misc-no-recursion function 'msg_putchar_attr' is within a recursive call chain 1
2907 src/nvim/message.c @ Line 1417 misc-no-recursion function 'msg_outtrans_attr' is within a recursive call chain 1
2908 src/nvim/message.c @ Line 1443 misc-no-recursion function 'msg_outtrans_len_attr' is within a recursive call chain 1
2909 src/nvim/message.c @ Line 1518 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
2910 src/nvim/message.c @ Line 1521 google-readability-braces-around-statements statement should be inside braces 2
2911 src/nvim/message.c @ Line 1521 readability-braces-around-statements statement should be inside braces 2
2912 src/nvim/message.c @ Line 1522 google-readability-braces-around-statements statement should be inside braces 2
2913 src/nvim/message.c @ Line 1522 readability-braces-around-statements statement should be inside braces 2
2914 src/nvim/message.c @ Line 1526 google-readability-braces-around-statements statement should be inside braces 2
2915 src/nvim/message.c @ Line 1526 readability-braces-around-statements statement should be inside braces 2
2916 src/nvim/message.c @ Line 1837 google-readability-braces-around-statements statement should be inside braces 2
2917 src/nvim/message.c @ Line 1837 readability-braces-around-statements statement should be inside braces 2
2918 src/nvim/message.c @ Line 1883 misc-no-recursion function 'msg_puts' is within a recursive call chain 1
2919 src/nvim/message.c @ Line 1920 misc-no-recursion function 'msg_puts_attr' is within a recursive call chain 1
2920 src/nvim/message.c @ Line 1930 misc-no-recursion function 'msg_puts_attr_len' is within a recursive call chain 1
2921 src/nvim/message.c @ Line 2025 misc-no-recursion function 'msg_puts_display' is within a recursive call chain 6
2922 src/nvim/message.c @ Line 2080 google-readability-braces-around-statements statement should be inside braces 2
2923 src/nvim/message.c @ Line 2080 readability-braces-around-statements statement should be inside braces 2
2924 src/nvim/message.c @ Line 2088 google-readability-braces-around-statements statement should be inside braces 2
2925 src/nvim/message.c @ Line 2088 readability-braces-around-statements statement should be inside braces 2
2926 src/nvim/message.c @ Line 2130 google-readability-braces-around-statements statement should be inside braces 2
2927 src/nvim/message.c @ Line 2130 readability-braces-around-statements statement should be inside braces 2
2928 src/nvim/message.c @ Line 2134 google-readability-braces-around-statements statement should be inside braces 2
2929 src/nvim/message.c @ Line 2134 readability-braces-around-statements statement should be inside braces 2
2930 src/nvim/message.c @ Line 2136 google-readability-braces-around-statements statement should be inside braces 2
2931 src/nvim/message.c @ Line 2136 readability-braces-around-statements statement should be inside braces 2
2932 src/nvim/message.c @ Line 2142 google-readability-braces-around-statements statement should be inside braces 2
2933 src/nvim/message.c @ Line 2142 readability-braces-around-statements statement should be inside braces 2
2934 src/nvim/message.c @ Line 2175 google-readability-braces-around-statements statement should be inside braces 2
2935 src/nvim/message.c @ Line 2175 readability-braces-around-statements statement should be inside braces 2
2936 src/nvim/message.c @ Line 2202 google-readability-braces-around-statements statement should be inside braces 2
2937 src/nvim/message.c @ Line 2202 readability-braces-around-statements statement should be inside braces 2
2938 src/nvim/message.c @ Line 2345 google-readability-casting redundant cast to the same type 1
2939 src/nvim/message.c @ Line 2387 readability-identifier-naming invalid case style for enum constant 'SB_CLEAR_NONE' 2
2940 src/nvim/message.c @ Line 2388 readability-identifier-naming invalid case style for enum constant 'SB_CLEAR_ALL' 2
2941 src/nvim/message.c @ Line 2389 readability-identifier-naming invalid case style for enum constant 'SB_CLEAR_CMDLINE_BUSY' 2
2942 src/nvim/message.c @ Line 2390 readability-identifier-naming invalid case style for enum constant 'SB_CLEAR_CMDLINE_DONE' 2
2943 src/nvim/message.c @ Line 2430 google-readability-braces-around-statements statement should be inside braces 2
2944 src/nvim/message.c @ Line 2430 readability-braces-around-statements statement should be inside braces 2
2945 src/nvim/message.c @ Line 2507 google-readability-braces-around-statements statement should be inside braces 2
2946 src/nvim/message.c @ Line 2507 readability-braces-around-statements statement should be inside braces 2
2947 src/nvim/message.c @ Line 2517 google-readability-braces-around-statements statement should be inside braces 2
2948 src/nvim/message.c @ Line 2517 readability-braces-around-statements statement should be inside braces 2
2949 src/nvim/message.c @ Line 2525 misc-no-recursion function 'disp_sb_line' is within a recursive call chain 1
2950 src/nvim/message.c @ Line 2534 google-readability-braces-around-statements statement should be inside braces 2
2951 src/nvim/message.c @ Line 2534 readability-braces-around-statements statement should be inside braces 2
2952 src/nvim/message.c @ Line 2537 google-readability-braces-around-statements statement should be inside braces 2
2953 src/nvim/message.c @ Line 2537 readability-braces-around-statements statement should be inside braces 2
2954 src/nvim/message.c @ Line 2627 misc-no-recursion function 'do_more_prompt' is within a recursive call chain 1
2955 src/nvim/message.c @ Line 2631 readability-identifier-naming invalid case style for variable 'oldState' 2
2956 src/nvim/message.c @ Line 2657 google-readability-braces-around-statements statement should be inside braces 2
2957 src/nvim/message.c @ Line 2657 readability-braces-around-statements statement should be inside braces 2
2958 src/nvim/message.c @ Line 2663 google-readability-braces-around-statements statement should be inside braces 2
2959 src/nvim/message.c @ Line 2663 readability-braces-around-statements statement should be inside braces 2
2960 src/nvim/message.c @ Line 2776 google-readability-braces-around-statements statement should be inside braces 2
2961 src/nvim/message.c @ Line 2776 readability-braces-around-statements statement should be inside braces 2
2962 src/nvim/message.c @ Line 2786 google-readability-braces-around-statements statement should be inside braces 2
2963 src/nvim/message.c @ Line 2786 readability-braces-around-statements statement should be inside braces 2
2964 src/nvim/message.c @ Line 2788 google-readability-braces-around-statements statement should be inside braces 2
2965 src/nvim/message.c @ Line 2788 readability-braces-around-statements statement should be inside braces 2
2966 src/nvim/message.c @ Line 2965 google-readability-braces-around-statements statement should be inside braces 2
2967 src/nvim/message.c @ Line 2965 readability-braces-around-statements statement should be inside braces 2
2968 src/nvim/message.c @ Line 3015 misc-no-recursion function 'msg_end' is within a recursive call chain 1
2969 src/nvim/message.c @ Line 3123 misc-no-recursion function 'redir_write' is within a recursive call chain 1
2970 src/nvim/message.c @ Line 3133 google-readability-braces-around-statements statement should be inside braces 2
2971 src/nvim/message.c @ Line 3133 readability-braces-around-statements statement should be inside braces 2
2972 src/nvim/message.c @ Line 3137 google-readability-braces-around-statements statement should be inside braces 2
2973 src/nvim/message.c @ Line 3137 readability-braces-around-statements statement should be inside braces 2
2974 src/nvim/message.c @ Line 3163 google-readability-casting redundant cast to the same type 1
2975 src/nvim/message.c @ Line 3193 google-readability-braces-around-statements statement should be inside braces 2
2976 src/nvim/message.c @ Line 3193 readability-braces-around-statements statement should be inside braces 2
2977 src/nvim/message.c @ Line 3210 google-readability-braces-around-statements statement should be inside braces 2
2978 src/nvim/message.c @ Line 3210 readability-braces-around-statements statement should be inside braces 2
2979 src/nvim/message.c @ Line 3220 google-readability-braces-around-statements statement should be inside braces 2
2980 src/nvim/message.c @ Line 3220 readability-braces-around-statements statement should be inside braces 2
2981 src/nvim/message.c @ Line 3221 google-readability-braces-around-statements statement should be inside braces 2
2982 src/nvim/message.c @ Line 3221 readability-braces-around-statements statement should be inside braces 2
2983 src/nvim/message.c @ Line 3230 google-readability-braces-around-statements statement should be inside braces 2
2984 src/nvim/message.c @ Line 3230 readability-braces-around-statements statement should be inside braces 2
2985 src/nvim/message.c @ Line 3232 google-readability-braces-around-statements statement should be inside braces 2
2986 src/nvim/message.c @ Line 3232 readability-braces-around-statements statement should be inside braces 2
2987 src/nvim/message.c @ Line 3243 google-readability-braces-around-statements statement should be inside braces 2
2988 src/nvim/message.c @ Line 3243 readability-braces-around-statements statement should be inside braces 2
2989 src/nvim/message.c @ Line 3245 google-readability-braces-around-statements statement should be inside braces 2
2990 src/nvim/message.c @ Line 3245 readability-braces-around-statements statement should be inside braces 2
2991 src/nvim/message.c @ Line 3265 misc-no-recursion function 'verbose_open' is within a recursive call chain 1
2992 src/nvim/message.c @ Line 3339 google-readability-braces-around-statements statement should be inside braces 2
2993 src/nvim/message.c @ Line 3339 readability-braces-around-statements statement should be inside braces 2
2994 src/nvim/message.c @ Line 3341 google-readability-braces-around-statements statement should be inside braces 2
2995 src/nvim/message.c @ Line 3341 readability-braces-around-statements statement should be inside braces 2
2996 src/nvim/message.c @ Line 3342 google-readability-braces-around-statements statement should be inside braces 2
2997 src/nvim/message.c @ Line 3342 readability-braces-around-statements statement should be inside braces 2
2998 src/nvim/message.c @ Line 3344 google-readability-braces-around-statements statement should be inside braces 2
2999 src/nvim/message.c @ Line 3344 readability-braces-around-statements statement should be inside braces 2
3000 src/nvim/message.c @ Line 3345 google-readability-braces-around-statements statement should be inside braces 2
3001 src/nvim/message.c @ Line 3345 readability-braces-around-statements statement should be inside braces 2
3002 src/nvim/message.c @ Line 3393 readability-identifier-naming invalid case style for variable 'oldState' 2
3003 src/nvim/message.c @ Line 3438 google-readability-braces-around-statements statement should be inside braces 2
3004 src/nvim/message.c @ Line 3438 readability-braces-around-statements statement should be inside braces 2
3005 src/nvim/message.c @ Line 3577 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3006 src/nvim/message.c @ Line 3665 google-readability-braces-around-statements statement should be inside braces 2
3007 src/nvim/message.c @ Line 3665 readability-braces-around-statements statement should be inside braces 2
3008 src/nvim/misc1.c @ Line 79 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3009 src/nvim/misc1.c @ Line 91 google-readability-braces-around-statements statement should be inside braces 2
3010 src/nvim/misc1.c @ Line 91 readability-braces-around-statements statement should be inside braces 2
3011 src/nvim/misc1.c @ Line 105 google-readability-braces-around-statements statement should be inside braces 2
3012 src/nvim/misc1.c @ Line 105 readability-braces-around-statements statement should be inside braces 2
3013 src/nvim/misc1.c @ Line 110 google-readability-braces-around-statements statement should be inside braces 2
3014 src/nvim/misc1.c @ Line 110 readability-braces-around-statements statement should be inside braces 2
3015 src/nvim/misc1.c @ Line 118 google-readability-braces-around-statements statement should be inside braces 2
3016 src/nvim/misc1.c @ Line 118 readability-braces-around-statements statement should be inside braces 2
3017 src/nvim/misc1.c @ Line 123 google-readability-braces-around-statements statement should be inside braces 2
3018 src/nvim/misc1.c @ Line 123 readability-braces-around-statements statement should be inside braces 2
3019 src/nvim/misc1.c @ Line 127 google-readability-braces-around-statements statement should be inside braces 2
3020 src/nvim/misc1.c @ Line 127 readability-braces-around-statements statement should be inside braces 2
3021 src/nvim/misc1.c @ Line 135 google-readability-braces-around-statements statement should be inside braces 2
3022 src/nvim/misc1.c @ Line 135 readability-braces-around-statements statement should be inside braces 2
3023 src/nvim/misc1.c @ Line 137 google-readability-braces-around-statements statement should be inside braces 2
3024 src/nvim/misc1.c @ Line 137 readability-braces-around-statements statement should be inside braces 2
3025 src/nvim/misc1.c @ Line 140 google-readability-braces-around-statements statement should be inside braces 2
3026 src/nvim/misc1.c @ Line 140 readability-braces-around-statements statement should be inside braces 2
3027 src/nvim/misc1.c @ Line 142 google-readability-braces-around-statements statement should be inside braces 2
3028 src/nvim/misc1.c @ Line 142 readability-braces-around-statements statement should be inside braces 2
3029 src/nvim/misc1.c @ Line 148 google-readability-braces-around-statements statement should be inside braces 2
3030 src/nvim/misc1.c @ Line 148 readability-braces-around-statements statement should be inside braces 2
3031 src/nvim/misc1.c @ Line 163 google-readability-braces-around-statements statement should be inside braces 2
3032 src/nvim/misc1.c @ Line 163 readability-braces-around-statements statement should be inside braces 2
3033 src/nvim/misc1.c @ Line 168 google-readability-braces-around-statements statement should be inside braces 2
3034 src/nvim/misc1.c @ Line 168 readability-braces-around-statements statement should be inside braces 2
3035 src/nvim/misc1.c @ Line 177 google-readability-braces-around-statements statement should be inside braces 2
3036 src/nvim/misc1.c @ Line 177 readability-braces-around-statements statement should be inside braces 2
3037 src/nvim/misc1.c @ Line 184 google-readability-braces-around-statements statement should be inside braces 2
3038 src/nvim/misc1.c @ Line 184 readability-braces-around-statements statement should be inside braces 2
3039 src/nvim/misc1.c @ Line 190 google-readability-braces-around-statements statement should be inside braces 2
3040 src/nvim/misc1.c @ Line 190 readability-braces-around-statements statement should be inside braces 2
3041 src/nvim/misc1.c @ Line 193 google-readability-braces-around-statements statement should be inside braces 2
3042 src/nvim/misc1.c @ Line 193 readability-braces-around-statements statement should be inside braces 2
3043 src/nvim/misc1.c @ Line 198 google-readability-braces-around-statements statement should be inside braces 2
3044 src/nvim/misc1.c @ Line 198 readability-braces-around-statements statement should be inside braces 2
3045 src/nvim/misc1.c @ Line 214 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3046 src/nvim/misc1.c @ Line 255 google-readability-braces-around-statements statement should be inside braces 2
3047 src/nvim/misc1.c @ Line 255 readability-braces-around-statements statement should be inside braces 2
3048 src/nvim/misc1.c @ Line 261 google-readability-braces-around-statements statement should be inside braces 2
3049 src/nvim/misc1.c @ Line 261 readability-braces-around-statements statement should be inside braces 2
3050 src/nvim/misc1.c @ Line 263 google-readability-braces-around-statements statement should be inside braces 2
3051 src/nvim/misc1.c @ Line 263 readability-braces-around-statements statement should be inside braces 2
3052 src/nvim/misc1.c @ Line 293 google-readability-braces-around-statements statement should be inside braces 2
3053 src/nvim/misc1.c @ Line 293 readability-braces-around-statements statement should be inside braces 2
3054 src/nvim/misc1.c @ Line 302 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3055 src/nvim/misc1.c @ Line 308 google-readability-braces-around-statements statement should be inside braces 2
3056 src/nvim/misc1.c @ Line 308 readability-braces-around-statements statement should be inside braces 2
3057 src/nvim/misc1.c @ Line 319 google-readability-braces-around-statements statement should be inside braces 2
3058 src/nvim/misc1.c @ Line 319 readability-braces-around-statements statement should be inside braces 2
3059 src/nvim/misc1.c @ Line 327 google-readability-braces-around-statements statement should be inside braces 2
3060 src/nvim/misc1.c @ Line 327 readability-braces-around-statements statement should be inside braces 2
3061 src/nvim/misc1.c @ Line 331 google-readability-braces-around-statements statement should be inside braces 2
3062 src/nvim/misc1.c @ Line 331 readability-braces-around-statements statement should be inside braces 2
3063 src/nvim/misc1.c @ Line 334 google-readability-braces-around-statements statement should be inside braces 2
3064 src/nvim/misc1.c @ Line 334 readability-braces-around-statements statement should be inside braces 2
3065 src/nvim/misc1.c @ Line 342 google-readability-braces-around-statements statement should be inside braces 2
3066 src/nvim/misc1.c @ Line 342 readability-braces-around-statements statement should be inside braces 2
3067 src/nvim/misc1.c @ Line 393 readability-identifier-naming invalid case style for variable 'save_State' 2
3068 src/nvim/misc1.c @ Line 496 google-readability-braces-around-statements statement should be inside braces 2
3069 src/nvim/misc1.c @ Line 496 readability-braces-around-statements statement should be inside braces 2
3070 src/nvim/misc1.c @ Line 514 google-readability-braces-around-statements statement should be inside braces 2
3071 src/nvim/misc1.c @ Line 514 readability-braces-around-statements statement should be inside braces 2
3072 src/nvim/misc1.c @ Line 517 google-readability-braces-around-statements statement should be inside braces 2
3073 src/nvim/misc1.c @ Line 517 readability-braces-around-statements statement should be inside braces 2
3074 src/nvim/misc1.c @ Line 551 google-readability-braces-around-statements statement should be inside braces 2
3075 src/nvim/misc1.c @ Line 551 readability-braces-around-statements statement should be inside braces 2
3076 src/nvim/misc1.c @ Line 556 google-readability-braces-around-statements statement should be inside braces 2
3077 src/nvim/misc1.c @ Line 556 readability-braces-around-statements statement should be inside braces 2
3078 src/nvim/misc1.c @ Line 579 google-readability-braces-around-statements statement should be inside braces 2
3079 src/nvim/misc1.c @ Line 579 readability-braces-around-statements statement should be inside braces 2
3080 src/nvim/misc1.c @ Line 604 readability-identifier-naming invalid case style for variable 'save_State' 2
3081 src/nvim/misc1.c @ Line 647 google-readability-braces-around-statements statement should be inside braces 2
3082 src/nvim/misc1.c @ Line 647 readability-braces-around-statements statement should be inside braces 2
3083 src/nvim/misc1.c @ Line 653 google-readability-braces-around-statements statement should be inside braces 2
3084 src/nvim/misc1.c @ Line 653 readability-braces-around-statements statement should be inside braces 2
3085 src/nvim/misc1.c @ Line 656 google-readability-braces-around-statements statement should be inside braces 2
3086 src/nvim/misc1.c @ Line 656 readability-braces-around-statements statement should be inside braces 2
3087 src/nvim/misc1.c @ Line 658 google-readability-braces-around-statements statement should be inside braces 2
3088 src/nvim/misc1.c @ Line 658 readability-braces-around-statements statement should be inside braces 2
3089 src/nvim/misc1.c @ Line 663 google-readability-braces-around-statements statement should be inside braces 2
3090 src/nvim/misc1.c @ Line 663 readability-braces-around-statements statement should be inside braces 2
3091 src/nvim/misc1.c @ Line 665 google-readability-braces-around-statements statement should be inside braces 2
3092 src/nvim/misc1.c @ Line 665 readability-braces-around-statements statement should be inside braces 2
3093 src/nvim/misc1.c @ Line 668 google-readability-braces-around-statements statement should be inside braces 2
3094 src/nvim/misc1.c @ Line 668 readability-braces-around-statements statement should be inside braces 2
3095 src/nvim/misc1.c @ Line 671 google-readability-braces-around-statements statement should be inside braces 2
3096 src/nvim/misc1.c @ Line 671 readability-braces-around-statements statement should be inside braces 2
3097 src/nvim/misc1.c @ Line 709 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3098 src/nvim/misc1.c @ Line 765 google-readability-braces-around-statements statement should be inside braces 2
3099 src/nvim/misc1.c @ Line 765 readability-braces-around-statements statement should be inside braces 2
3100 src/nvim/misc1.c @ Line 783 google-readability-braces-around-statements statement should be inside braces 2
3101 src/nvim/misc1.c @ Line 783 readability-braces-around-statements statement should be inside braces 2
3102 src/nvim/misc1.c @ Line 785 google-readability-braces-around-statements statement should be inside braces 2
3103 src/nvim/misc1.c @ Line 785 readability-braces-around-statements statement should be inside braces 2
3104 src/nvim/misc1.c @ Line 974 google-readability-braces-around-statements statement should be inside braces 2
3105 src/nvim/misc1.c @ Line 974 readability-braces-around-statements statement should be inside braces 2
3106 src/nvim/misc1.c @ Line 975 google-readability-braces-around-statements statement should be inside braces 2
3107 src/nvim/misc1.c @ Line 975 readability-braces-around-statements statement should be inside braces 2
3108 src/nvim/misc1.c @ Line 994 google-readability-braces-around-statements statement should be inside braces 2
3109 src/nvim/misc1.c @ Line 994 readability-braces-around-statements statement should be inside braces 2
3110 src/nvim/misc1.c @ Line 996 google-readability-braces-around-statements statement should be inside braces 2
3111 src/nvim/misc1.c @ Line 996 readability-braces-around-statements statement should be inside braces 2
3112 src/nvim/mouse.c @ Line 69 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3113 src/nvim/mouse.c @ Line 84 google-readability-braces-around-statements statement should be inside braces 2
3114 src/nvim/mouse.c @ Line 84 readability-braces-around-statements statement should be inside braces 2
3115 src/nvim/mouse.c @ Line 112 google-readability-braces-around-statements statement should be inside braces 2
3116 src/nvim/mouse.c @ Line 112 readability-braces-around-statements statement should be inside braces 2
3117 src/nvim/mouse.c @ Line 119 google-readability-braces-around-statements statement should be inside braces 2
3118 src/nvim/mouse.c @ Line 119 readability-braces-around-statements statement should be inside braces 2
3119 src/nvim/mouse.c @ Line 154 google-readability-braces-around-statements statement should be inside braces 2
3120 src/nvim/mouse.c @ Line 154 readability-braces-around-statements statement should be inside braces 2
3121 src/nvim/mouse.c @ Line 156 google-readability-braces-around-statements statement should be inside braces 2
3122 src/nvim/mouse.c @ Line 156 readability-braces-around-statements statement should be inside braces 2
3123 src/nvim/mouse.c @ Line 184 google-readability-braces-around-statements statement should be inside braces 2
3124 src/nvim/mouse.c @ Line 184 readability-braces-around-statements statement should be inside braces 2
3125 src/nvim/mouse.c @ Line 187 google-readability-braces-around-statements statement should be inside braces 2
3126 src/nvim/mouse.c @ Line 187 readability-braces-around-statements statement should be inside braces 2
3127 src/nvim/mouse.c @ Line 191 google-readability-braces-around-statements statement should be inside braces 2
3128 src/nvim/mouse.c @ Line 191 readability-braces-around-statements statement should be inside braces 2
3129 src/nvim/mouse.c @ Line 193 readability-else-after-return do not use 'else' after 'return' 2
3130 src/nvim/mouse.c @ Line 193 google-readability-braces-around-statements statement should be inside braces 2
3131 src/nvim/mouse.c @ Line 193 readability-braces-around-statements statement should be inside braces 2
3132 src/nvim/mouse.c @ Line 198 google-readability-braces-around-statements statement should be inside braces 2
3133 src/nvim/mouse.c @ Line 198 readability-braces-around-statements statement should be inside braces 2
3134 src/nvim/mouse.c @ Line 200 readability-else-after-return do not use 'else' after 'return' 2
3135 src/nvim/mouse.c @ Line 200 google-readability-braces-around-statements statement should be inside braces 2
3136 src/nvim/mouse.c @ Line 200 readability-braces-around-statements statement should be inside braces 2
3137 src/nvim/mouse.c @ Line 397 google-readability-braces-around-statements statement should be inside braces 2
3138 src/nvim/mouse.c @ Line 397 readability-braces-around-statements statement should be inside braces 2
3139 src/nvim/mouse.c @ Line 429 readability-else-after-return do not use 'else' after 'return' 1
3140 src/nvim/mouse.c @ Line 439 google-readability-braces-around-statements statement should be inside braces 2
3141 src/nvim/mouse.c @ Line 439 readability-braces-around-statements statement should be inside braces 2
3142 src/nvim/mouse.c @ Line 443 google-readability-braces-around-statements statement should be inside braces 2
3143 src/nvim/mouse.c @ Line 443 readability-braces-around-statements statement should be inside braces 2
3144 src/nvim/mouse.c @ Line 449 google-readability-braces-around-statements statement should be inside braces 2
3145 src/nvim/mouse.c @ Line 449 readability-braces-around-statements statement should be inside braces 2
3146 src/nvim/mouse.c @ Line 757 readability-else-after-return do not use 'else' after 'return' 1
3147 src/nvim/move.c @ Line 143 misc-no-recursion function 'update_topline' is within a recursive call chain 6
3148 src/nvim/move.c @ Line 193 bugprone-branch-clone repeated branch in conditional chain 3
3149 src/nvim/move.c @ Line 549 misc-no-recursion function 'validate_cursor' is within a recursive call chain 1
3150 src/nvim/move.c @ Line 572 google-readability-braces-around-statements statement should be inside braces 2
3151 src/nvim/move.c @ Line 572 readability-braces-around-statements statement should be inside braces 2
3152 src/nvim/move.c @ Line 580 google-readability-braces-around-statements statement should be inside braces 2
3153 src/nvim/move.c @ Line 580 readability-braces-around-statements statement should be inside braces 2
3154 src/nvim/move.c @ Line 591 google-readability-braces-around-statements statement should be inside braces 2
3155 src/nvim/move.c @ Line 591 readability-braces-around-statements statement should be inside braces 2
3156 src/nvim/move.c @ Line 649 google-readability-braces-around-statements statement should be inside braces 2
3157 src/nvim/move.c @ Line 649 readability-braces-around-statements statement should be inside braces 2
3158 src/nvim/move.c @ Line 721 google-readability-braces-around-statements statement should be inside braces 2
3159 src/nvim/move.c @ Line 721 readability-braces-around-statements statement should be inside braces 2
3160 src/nvim/move.c @ Line 735 misc-no-recursion function 'curs_columns' is within a recursive call chain 1
3161 src/nvim/move.c @ Line 769 google-readability-braces-around-statements statement should be inside braces 2
3162 src/nvim/move.c @ Line 769 readability-braces-around-statements statement should be inside braces 2
3163 src/nvim/move.c @ Line 801 google-readability-casting redundant cast to the same type 1
3164 src/nvim/move.c @ Line 839 google-readability-braces-around-statements statement should be inside braces 2
3165 src/nvim/move.c @ Line 839 readability-braces-around-statements statement should be inside braces 2
3166 src/nvim/move.c @ Line 978 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3167 src/nvim/move.c @ Line 1053 google-readability-braces-around-statements statement should be inside braces 2
3168 src/nvim/move.c @ Line 1053 readability-braces-around-statements statement should be inside braces 2
3169 src/nvim/move.c @ Line 1061 google-readability-braces-around-statements statement should be inside braces 2
3170 src/nvim/move.c @ Line 1061 readability-braces-around-statements statement should be inside braces 2
3171 src/nvim/move.c @ Line 1075 google-readability-braces-around-statements statement should be inside braces 2
3172 src/nvim/move.c @ Line 1075 readability-braces-around-statements statement should be inside braces 2
3173 src/nvim/move.c @ Line 1097 google-readability-braces-around-statements statement should be inside braces 2
3174 src/nvim/move.c @ Line 1097 readability-braces-around-statements statement should be inside braces 2
3175 src/nvim/move.c @ Line 1099 google-readability-braces-around-statements statement should be inside braces 2
3176 src/nvim/move.c @ Line 1099 readability-braces-around-statements statement should be inside braces 2
3177 src/nvim/move.c @ Line 1130 google-readability-braces-around-statements statement should be inside braces 2
3178 src/nvim/move.c @ Line 1130 readability-braces-around-statements statement should be inside braces 2
3179 src/nvim/move.c @ Line 1133 google-readability-braces-around-statements statement should be inside braces 2
3180 src/nvim/move.c @ Line 1133 readability-braces-around-statements statement should be inside braces 2
3181 src/nvim/move.c @ Line 1135 google-readability-braces-around-statements statement should be inside braces 2
3182 src/nvim/move.c @ Line 1135 readability-braces-around-statements statement should be inside braces 2
3183 src/nvim/move.c @ Line 1149 google-readability-braces-around-statements statement should be inside braces 2
3184 src/nvim/move.c @ Line 1149 readability-braces-around-statements statement should be inside braces 2
3185 src/nvim/move.c @ Line 1151 google-readability-braces-around-statements statement should be inside braces 2
3186 src/nvim/move.c @ Line 1151 readability-braces-around-statements statement should be inside braces 2
3187 src/nvim/move.c @ Line 1156 google-readability-braces-around-statements statement should be inside braces 2
3188 src/nvim/move.c @ Line 1156 readability-braces-around-statements statement should be inside braces 2
3189 src/nvim/move.c @ Line 1228 google-readability-braces-around-statements statement should be inside braces 2
3190 src/nvim/move.c @ Line 1228 readability-braces-around-statements statement should be inside braces 2
3191 src/nvim/move.c @ Line 1270 google-readability-braces-around-statements statement should be inside braces 2
3192 src/nvim/move.c @ Line 1270 readability-braces-around-statements statement should be inside braces 2
3193 src/nvim/move.c @ Line 1391 google-readability-braces-around-statements statement should be inside braces 2
3194 src/nvim/move.c @ Line 1391 readability-braces-around-statements statement should be inside braces 2
3195 src/nvim/move.c @ Line 1449 google-readability-braces-around-statements statement should be inside braces 2
3196 src/nvim/move.c @ Line 1449 readability-braces-around-statements statement should be inside braces 2
3197 src/nvim/move.c @ Line 1470 google-readability-braces-around-statements statement should be inside braces 2
3198 src/nvim/move.c @ Line 1470 readability-braces-around-statements statement should be inside braces 2
3199 src/nvim/move.c @ Line 1472 google-readability-braces-around-statements statement should be inside braces 2
3200 src/nvim/move.c @ Line 1472 readability-braces-around-statements statement should be inside braces 2
3201 src/nvim/move.c @ Line 1477 google-readability-braces-around-statements statement should be inside braces 2
3202 src/nvim/move.c @ Line 1477 readability-braces-around-statements statement should be inside braces 2
3203 src/nvim/move.c @ Line 1483 google-readability-braces-around-statements statement should be inside braces 2
3204 src/nvim/move.c @ Line 1483 readability-braces-around-statements statement should be inside braces 2
3205 src/nvim/move.c @ Line 1504 google-readability-braces-around-statements statement should be inside braces 2
3206 src/nvim/move.c @ Line 1504 readability-braces-around-statements statement should be inside braces 2
3207 src/nvim/move.c @ Line 1556 google-readability-braces-around-statements statement should be inside braces 2
3208 src/nvim/move.c @ Line 1556 readability-braces-around-statements statement should be inside braces 2
3209 src/nvim/move.c @ Line 1570 google-readability-braces-around-statements statement should be inside braces 2
3210 src/nvim/move.c @ Line 1570 readability-braces-around-statements statement should be inside braces 2
3211 src/nvim/move.c @ Line 1643 google-readability-braces-around-statements statement should be inside braces 2
3212 src/nvim/move.c @ Line 1643 readability-braces-around-statements statement should be inside braces 2
3213 src/nvim/move.c @ Line 1668 google-readability-braces-around-statements statement should be inside braces 2
3214 src/nvim/move.c @ Line 1668 readability-braces-around-statements statement should be inside braces 2
3215 src/nvim/move.c @ Line 1726 google-readability-braces-around-statements statement should be inside braces 2
3216 src/nvim/move.c @ Line 1726 readability-braces-around-statements statement should be inside braces 2
3217 src/nvim/move.c @ Line 1746 google-readability-braces-around-statements statement should be inside braces 2
3218 src/nvim/move.c @ Line 1746 readability-braces-around-statements statement should be inside braces 2
3219 src/nvim/move.c @ Line 1800 google-readability-braces-around-statements statement should be inside braces 2
3220 src/nvim/move.c @ Line 1800 readability-braces-around-statements statement should be inside braces 2
3221 src/nvim/move.c @ Line 1831 google-readability-braces-around-statements statement should be inside braces 2
3222 src/nvim/move.c @ Line 1831 readability-braces-around-statements statement should be inside braces 2
3223 src/nvim/move.c @ Line 1836 google-readability-braces-around-statements statement should be inside braces 2
3224 src/nvim/move.c @ Line 1836 readability-braces-around-statements statement should be inside braces 2
3225 src/nvim/move.c @ Line 1838 google-readability-braces-around-statements statement should be inside braces 2
3226 src/nvim/move.c @ Line 1838 readability-braces-around-statements statement should be inside braces 2
3227 src/nvim/move.c @ Line 1897 google-readability-braces-around-statements statement should be inside braces 2
3228 src/nvim/move.c @ Line 1897 readability-braces-around-statements statement should be inside braces 2
3229 src/nvim/move.c @ Line 1899 google-readability-braces-around-statements statement should be inside braces 2
3230 src/nvim/move.c @ Line 1899 readability-braces-around-statements statement should be inside braces 2
3231 src/nvim/move.c @ Line 1901 google-readability-braces-around-statements statement should be inside braces 2
3232 src/nvim/move.c @ Line 1901 readability-braces-around-statements statement should be inside braces 2
3233 src/nvim/move.c @ Line 1931 google-readability-braces-around-statements statement should be inside braces 2
3234 src/nvim/move.c @ Line 1931 readability-braces-around-statements statement should be inside braces 2
3235 src/nvim/move.c @ Line 1933 google-readability-braces-around-statements statement should be inside braces 2
3236 src/nvim/move.c @ Line 1933 readability-braces-around-statements statement should be inside braces 2
3237 src/nvim/move.c @ Line 1935 google-readability-braces-around-statements statement should be inside braces 2
3238 src/nvim/move.c @ Line 1935 readability-braces-around-statements statement should be inside braces 2
3239 src/nvim/move.c @ Line 1938 google-readability-braces-around-statements statement should be inside braces 2
3240 src/nvim/move.c @ Line 1938 readability-braces-around-statements statement should be inside braces 2
3241 src/nvim/move.c @ Line 1993 google-readability-braces-around-statements statement should be inside braces 2
3242 src/nvim/move.c @ Line 1993 readability-braces-around-statements statement should be inside braces 2
3243 src/nvim/move.c @ Line 2062 google-readability-braces-around-statements statement should be inside braces 2
3244 src/nvim/move.c @ Line 2062 readability-braces-around-statements statement should be inside braces 2
3245 src/nvim/move.c @ Line 2096 google-readability-braces-around-statements statement should be inside braces 2
3246 src/nvim/move.c @ Line 2096 readability-braces-around-statements statement should be inside braces 2
3247 src/nvim/move.c @ Line 2098 google-readability-braces-around-statements statement should be inside braces 2
3248 src/nvim/move.c @ Line 2098 readability-braces-around-statements statement should be inside braces 2
3249 src/nvim/move.c @ Line 2100 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
3250 src/nvim/move.c @ Line 2132 google-readability-braces-around-statements statement should be inside braces 2
3251 src/nvim/move.c @ Line 2132 readability-braces-around-statements statement should be inside braces 2
3252 src/nvim/move.c @ Line 2151 google-readability-braces-around-statements statement should be inside braces 2
3253 src/nvim/move.c @ Line 2151 readability-braces-around-statements statement should be inside braces 2
3254 src/nvim/move.c @ Line 2176 google-readability-braces-around-statements statement should be inside braces 2
3255 src/nvim/move.c @ Line 2176 readability-braces-around-statements statement should be inside braces 2
3256 src/nvim/move.c @ Line 2192 google-readability-braces-around-statements statement should be inside braces 2
3257 src/nvim/move.c @ Line 2192 readability-braces-around-statements statement should be inside braces 2
3258 src/nvim/move.c @ Line 2209 google-readability-braces-around-statements statement should be inside braces 2
3259 src/nvim/move.c @ Line 2209 readability-braces-around-statements statement should be inside braces 2
3260 src/nvim/move.c @ Line 2217 google-readability-braces-around-statements statement should be inside braces 2
3261 src/nvim/move.c @ Line 2217 readability-braces-around-statements statement should be inside braces 2
3262 src/nvim/move.c @ Line 2238 readability-identifier-naming invalid case style for variable 'old_VIsual_select' 2
3263 src/nvim/move.c @ Line 2239 readability-identifier-naming invalid case style for variable 'old_VIsual_active' 2
3264 src/nvim/msgpack_rpc/channel.c @ Line 137 readability-else-after-return do not use 'else' after 'break' 2
3265 src/nvim/msgpack_rpc/channel.c @ Line 234 misc-no-recursion function 'parse_msgpack' is within a recursive call chain 1
3266 src/nvim/msgpack_rpc/channel.c @ Line 285 misc-no-recursion function 'handle_request' is within a recursive call chain 1
3267 src/nvim/msgpack_rpc/channel.c @ Line 367 misc-no-recursion function 'request_event' is within a recursive call chain 1
3268 src/nvim/msgpack_rpc/channel.c @ Line 399 misc-no-recursion function 'channel_write' is within a recursive call chain 8
3269 src/nvim/msgpack_rpc/channel.c @ Line 432 misc-no-recursion function 'internal_read_event' is within a recursive call chain 1
3270 src/nvim/msgpack_rpc/channel.c @ Line 448 misc-no-recursion function 'send_error' is within a recursive call chain 1
3271 src/nvim/msgpack_rpc/channel.c @ Line 711 readability-identifier-naming invalid case style for global constant 'msgpack_error_messages' 2
3272 src/nvim/msgpack_rpc/helpers.c @ Line 137 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3273 src/nvim/msgpack_rpc/helpers.c @ Line 138 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3274 src/nvim/msgpack_rpc/helpers.c @ Line 139 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3275 src/nvim/msgpack_rpc/helpers.c @ Line 139 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3276 src/nvim/msgpack_rpc/helpers.c @ Line 141 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3277 src/nvim/msgpack_rpc/helpers.c @ Line 141 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3278 src/nvim/normal.c @ Line 90 readability-identifier-naming invalid case style for variable 'resel_VIsual_mode' 2
3279 src/nvim/normal.c @ Line 91 readability-identifier-naming invalid case style for variable 'resel_VIsual_line_count' 2
3280 src/nvim/normal.c @ Line 92 readability-identifier-naming invalid case style for variable 'resel_VIsual_vcol' 2
3281 src/nvim/normal.c @ Line 93 readability-identifier-naming invalid case style for variable 'VIsual_mode_orig' 12
3282 src/nvim/normal.c @ Line 154 readability-identifier-naming invalid case style for global constant 'nv_cmds' 2
3283 src/nvim/normal.c @ Line 362 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3284 src/nvim/normal.c @ Line 409 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3285 src/nvim/normal.c @ Line 611 readability-identifier-naming invalid case style for variable 'save_State' 2
3286 src/nvim/normal.c @ Line 781 readability-else-after-return do not use 'else' after 'break' 1
3287 src/nvim/normal.c @ Line 1028 readability-redundant-control-flow redundant continue statement at the end of loop statement 1
3288 src/nvim/normal.c @ Line 1467 readability-identifier-naming invalid case style for variable 'redo_VIsual_mode' 2
3289 src/nvim/normal.c @ Line 1468 readability-identifier-naming invalid case style for variable 'redo_VIsual_line_count' 2
3290 src/nvim/normal.c @ Line 1469 readability-identifier-naming invalid case style for variable 'redo_VIsual_vcol' 2
3291 src/nvim/normal.c @ Line 1470 readability-identifier-naming invalid case style for variable 'redo_VIsual_count' 2
3292 src/nvim/normal.c @ Line 1471 readability-identifier-naming invalid case style for variable 'redo_VIsual_arg' 2
3293 src/nvim/normal.c @ Line 2268 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3294 src/nvim/normal.c @ Line 2272 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3295 src/nvim/normal.c @ Line 2576 readability-else-after-return do not use 'else' after 'return' 1
3296 src/nvim/normal.c @ Line 2855 bugprone-branch-clone repeated branch in conditional chain 3
3297 src/nvim/normal.c @ Line 3375 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
3298 src/nvim/normal.c @ Line 3391 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3299 src/nvim/normal.c @ Line 3392 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3300 src/nvim/normal.c @ Line 3422 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3301 src/nvim/normal.c @ Line 3507 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3302 src/nvim/normal.c @ Line 3516 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3303 src/nvim/normal.c @ Line 3562 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3304 src/nvim/normal.c @ Line 3572 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3305 src/nvim/normal.c @ Line 3679 readability-identifier-naming invalid case style for variable 'old_VIsual_select' 2
3306 src/nvim/normal.c @ Line 3680 readability-identifier-naming invalid case style for variable 'old_VIsual_active' 2
3307 src/nvim/normal.c @ Line 3841 readability-non-const-parameter pointer parameter 'line' can be pointer to const 2
3308 src/nvim/normal.c @ Line 4175 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3309 src/nvim/normal.c @ Line 5031 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3310 src/nvim/normal.c @ Line 5038 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3311 src/nvim/normal.c @ Line 5043 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3312 src/nvim/normal.c @ Line 5044 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3313 src/nvim/normal.c @ Line 5067 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3314 src/nvim/normal.c @ Line 5069 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3315 src/nvim/normal.c @ Line 5071 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3316 src/nvim/normal.c @ Line 5073 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3317 src/nvim/normal.c @ Line 5077 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3318 src/nvim/normal.c @ Line 5085 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3319 src/nvim/normal.c @ Line 5087 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3320 src/nvim/normal.c @ Line 5094 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3321 src/nvim/normal.c @ Line 5097 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3322 src/nvim/normal.c @ Line 5117 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3323 src/nvim/normal.c @ Line 5158 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3324 src/nvim/normal.c @ Line 5318 readability-identifier-naming invalid case style for variable 'PAST_LINE' 2
3325 src/nvim/normal.c @ Line 5379 readability-else-after-return do not use 'else' after 'break' 1
3326 src/nvim/normal.c @ Line 5445 readability-else-after-return do not use 'else' after 'continue' 1
3327 src/nvim/normal.c @ Line 5701 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3328 src/nvim/normal.c @ Line 5733 google-readability-todo missing username/bug in TODO 2
3329 src/nvim/normal.c @ Line 5978 readability-else-after-return do not use 'else' after 'break' 1
3330 src/nvim/normal.c @ Line 6246 readability-identifier-naming invalid case style for variable 'old_State' 2
3331 src/nvim/normal.c @ Line 6299 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3332 src/nvim/normal.c @ Line 6561 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
3333 src/nvim/normal.c @ Line 6569 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
3334 src/nvim/normal.c @ Line 6587 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
3335 src/nvim/normal.c @ Line 6599 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
3336 src/nvim/normal.c @ Line 6611 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
3337 src/nvim/normal.c @ Line 6628 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
3338 src/nvim/normal.c @ Line 7902 readability-identifier-naming invalid case style for variable 'save_State' 2
3339 src/nvim/normal.c @ Line 7958 readability-identifier-naming invalid case style for variable 'save_State' 2
3340 src/nvim/ops.c @ Line 295 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3341 src/nvim/ops.c @ Line 349 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3342 src/nvim/ops.c @ Line 368 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3343 src/nvim/ops.c @ Line 389 google-readability-todo missing username/bug in TODO 2
3344 src/nvim/ops.c @ Line 476 google-readability-todo missing username/bug in TODO 2
3345 src/nvim/ops.c @ Line 529 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3346 src/nvim/ops.c @ Line 808 readability-identifier-naming invalid case style for enum constant 'YREG_PASTE' 2
3347 src/nvim/ops.c @ Line 809 readability-identifier-naming invalid case style for enum constant 'YREG_YANK' 2
3348 src/nvim/ops.c @ Line 810 readability-identifier-naming invalid case style for enum constant 'YREG_PUT' 2
3349 src/nvim/ops.c @ Line 838 readability-else-after-return do not use 'else' after 'return' 1
3350 src/nvim/ops.c @ Line 993 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3351 src/nvim/ops.c @ Line 995 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3352 src/nvim/ops.c @ Line 1419 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3353 src/nvim/ops.c @ Line 1789 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3354 src/nvim/ops.c @ Line 1791 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3355 src/nvim/ops.c @ Line 1891 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3356 src/nvim/ops.c @ Line 2182 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3357 src/nvim/ops.c @ Line 2183 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3358 src/nvim/ops.c @ Line 2626 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3359 src/nvim/ops.c @ Line 2627 readability-identifier-naming invalid case style for variable 'is_oneChar' 2
3360 src/nvim/ops.c @ Line 2628 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3361 src/nvim/ops.c @ Line 2709 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3362 src/nvim/ops.c @ Line 2710 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3363 src/nvim/ops.c @ Line 2768 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
3364 src/nvim/ops.c @ Line 2867 misc-no-recursion function 'do_put' is within a recursive call chain 4
3365 src/nvim/ops.c @ Line 3448 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3366 src/nvim/ops.c @ Line 3449 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3367 src/nvim/ops.c @ Line 3481 bugprone-branch-clone repeated branch in conditional chain 4
3368 src/nvim/ops.c @ Line 3616 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3369 src/nvim/ops.c @ Line 3640 readability-else-after-return do not use 'else' after 'return' 1
3370 src/nvim/ops.c @ Line 4102 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3371 src/nvim/ops.c @ Line 4309 readability-identifier-naming invalid case style for variable 'old_State' 2
3372 src/nvim/ops.c @ Line 4820 google-readability-casting redundant cast to the same type 1
3373 src/nvim/ops.c @ Line 5160 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3374 src/nvim/ops.c @ Line 5348 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3375 src/nvim/ops.c @ Line 5421 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3376 src/nvim/ops.c @ Line 5510 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3377 src/nvim/ops.c @ Line 5698 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3378 src/nvim/ops.c @ Line 5701 readability-identifier-naming invalid case style for variable 'l_VIsual_active' 2
3379 src/nvim/ops.c @ Line 5702 readability-identifier-naming invalid case style for variable 'l_VIsual_mode' 2
3380 src/nvim/option.c @ Line 107 readability-identifier-naming invalid case style for enum constant 'PV_NONE' 2
3381 src/nvim/option.c @ Line 108 readability-identifier-naming invalid case style for enum constant 'PV_MAXVAL' 15
3382 src/nvim/option.c @ Line 325 readability-identifier-naming invalid case style for variable 'SHM_ALL' 2
3383 src/nvim/option.c @ Line 410 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3384 src/nvim/option.c @ Line 412 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3385 src/nvim/option.c @ Line 414 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3386 src/nvim/option.c @ Line 490 bugprone-not-null-terminated-result the result from calling 'memmove' is not null-terminated 2
3387 src/nvim/option.c @ Line 751 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
3388 src/nvim/option.c @ Line 1102 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3389 src/nvim/option.c @ Line 1102 google-readability-braces-around-statements statement should be inside braces 2
3390 src/nvim/option.c @ Line 1102 readability-braces-around-statements statement should be inside braces 2
3391 src/nvim/option.c @ Line 1107 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3392 src/nvim/option.c @ Line 1191 google-readability-braces-around-statements statement should be inside braces 2
3393 src/nvim/option.c @ Line 1191 readability-braces-around-statements statement should be inside braces 2
3394 src/nvim/option.c @ Line 1317 google-readability-braces-around-statements statement should be inside braces 2
3395 src/nvim/option.c @ Line 1317 readability-braces-around-statements statement should be inside braces 2
3396 src/nvim/option.c @ Line 1365 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3397 src/nvim/option.c @ Line 1496 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3398 src/nvim/option.c @ Line 1511 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3399 src/nvim/option.c @ Line 1550 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3400 src/nvim/option.c @ Line 1690 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3401 src/nvim/option.c @ Line 2207 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3402 src/nvim/option.c @ Line 2210 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3403 src/nvim/option.c @ Line 2253 google-readability-casting redundant cast to the same type 1
3404 src/nvim/option.c @ Line 2332 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3405 src/nvim/option.c @ Line 2496 google-readability-braces-around-statements statement should be inside braces 2
3406 src/nvim/option.c @ Line 2496 readability-braces-around-statements statement should be inside braces 2
3407 src/nvim/option.c @ Line 2668 bugprone-branch-clone repeated branch in conditional chain 3
3408 src/nvim/option.c @ Line 2708 readability-else-after-return do not use 'else' after 'break' 1
3409 src/nvim/option.c @ Line 2724 google-readability-braces-around-statements statement should be inside braces 2
3410 src/nvim/option.c @ Line 2724 readability-braces-around-statements statement should be inside braces 2
3411 src/nvim/option.c @ Line 2891 google-readability-braces-around-statements statement should be inside braces 2
3412 src/nvim/option.c @ Line 2891 readability-braces-around-statements statement should be inside braces 2
3413 src/nvim/option.c @ Line 2915 google-readability-braces-around-statements statement should be inside braces 2
3414 src/nvim/option.c @ Line 2915 readability-braces-around-statements statement should be inside braces 2
3415 src/nvim/option.c @ Line 3061 readability-else-after-return do not use 'else' after 'break' 1
3416 src/nvim/option.c @ Line 3076 bugprone-branch-clone repeated branch in conditional chain 3
3417 src/nvim/option.c @ Line 3308 google-readability-braces-around-statements statement should be inside braces 2
3418 src/nvim/option.c @ Line 3308 readability-braces-around-statements statement should be inside braces 2
3419 src/nvim/option.c @ Line 3440 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3420 src/nvim/option.c @ Line 3441 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3421 src/nvim/option.c @ Line 3661 google-readability-braces-around-statements statement should be inside braces 2
3422 src/nvim/option.c @ Line 3661 readability-braces-around-statements statement should be inside braces 2
3423 src/nvim/option.c @ Line 3759 google-readability-casting redundant cast to the same type 1
3424 src/nvim/option.c @ Line 3817 misc-no-recursion function 'set_bool_option' is within a recursive call chain 1
3425 src/nvim/option.c @ Line 3844 readability-else-after-return do not use 'else' after 'return' 1
3426 src/nvim/option.c @ Line 3889 bugprone-branch-clone repeated branch in conditional chain 5
3427 src/nvim/option.c @ Line 3909 google-readability-casting redundant cast to the same type 2
3428 src/nvim/option.c @ Line 3926 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3429 src/nvim/option.c @ Line 3927 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3430 src/nvim/option.c @ Line 3977 bugprone-branch-clone repeated branch in conditional chain 3
3431 src/nvim/option.c @ Line 4153 readability-identifier-naming invalid case style for variable 'old_Rows' 2
3432 src/nvim/option.c @ Line 4174 bugprone-branch-clone repeated branch in conditional chain 12
3433 src/nvim/option.c @ Line 4229 bugprone-branch-clone repeated branch in conditional chain 3
3434 src/nvim/option.c @ Line 4237 bugprone-branch-clone repeated branch in conditional chain 3
3435 src/nvim/option.c @ Line 4308 bugprone-branch-clone repeated branch in conditional chain 3
3436 src/nvim/option.c @ Line 4590 misc-no-recursion function 'findoption_len' is within a recursive call chain 4
3437 src/nvim/option.c @ Line 4854 readability-else-after-return do not use 'else' after 'return' 1
3438 src/nvim/option.c @ Line 4860 readability-else-after-return do not use 'else' after 'return' 1
3439 src/nvim/option.c @ Line 4871 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3440 src/nvim/option.c @ Line 4873 readability-else-after-return do not use 'else' after 'return' 1
3441 src/nvim/option.c @ Line 4928 misc-no-recursion function 'set_option_value' is within a recursive call chain 5
3442 src/nvim/option.c @ Line 4955 readability-else-after-return do not use 'else' after 'return' 1
3443 src/nvim/option.c @ Line 4975 readability-else-after-return do not use 'else' after 'return' 2
3444 src/nvim/option.c @ Line 5026 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3445 src/nvim/option.c @ Line 5088 google-readability-casting redundant cast to the same type 1
3446 src/nvim/option.c @ Line 5115 readability-non-const-parameter pointer parameter 'varp' can be pointer to const 2
3447 src/nvim/option.c @ Line 5264 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3448 src/nvim/option.c @ Line 5490 google-readability-casting redundant cast to the same type 1
3449 src/nvim/option.c @ Line 5494 google-readability-casting redundant cast to the same type 1
3450 src/nvim/option.c @ Line 5605 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3451 src/nvim/option.c @ Line 6350 google-readability-braces-around-statements statement should be inside braces 2
3452 src/nvim/option.c @ Line 6350 readability-braces-around-statements statement should be inside braces 2
3453 src/nvim/option.c @ Line 6352 google-readability-braces-around-statements statement should be inside braces 2
3454 src/nvim/option.c @ Line 6352 readability-braces-around-statements statement should be inside braces 2
3455 src/nvim/option.c @ Line 6391 readability-redundant-control-flow redundant return statement at the end of a function with a void return type 1
3456 src/nvim/option.c @ Line 6443 google-readability-braces-around-statements statement should be inside braces 2
3457 src/nvim/option.c @ Line 6443 readability-braces-around-statements statement should be inside braces 2
3458 src/nvim/option.c @ Line 6547 readability-non-const-parameter pointer parameter 'varp' can be pointer to const 2
3459 src/nvim/option.c @ Line 6650 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3460 src/nvim/option.c @ Line 6920 readability-else-after-return do not use 'else' after 'return' 1
3461 src/nvim/option.c @ Line 7232 readability-non-const-parameter pointer parameter 'vts' can be pointer to const 2
3462 src/nvim/option.c @ Line 7260 readability-non-const-parameter pointer parameter 'vts' can be pointer to const 2
3463 src/nvim/option.c @ Line 7312 readability-non-const-parameter pointer parameter 'vts' can be pointer to const 2
3464 src/nvim/option.c @ Line 7377 readability-non-const-parameter pointer parameter 'ts1' can be pointer to const 2
3465 src/nvim/option.c @ Line 7377 readability-non-const-parameter pointer parameter 'ts2' can be pointer to const 2
3466 src/nvim/option.c @ Line 7401 readability-non-const-parameter pointer parameter 'oldts' can be pointer to const 2
3467 src/nvim/option.c @ Line 7709 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3468 src/nvim/os/env.c @ Line 209 readability-redundant-declaration redundant 'environ' declaration 2
3469 src/nvim/os/env.c @ Line 267 readability-redundant-declaration redundant 'environ' declaration 2
3470 src/nvim/os/env.c @ Line 327 readability-redundant-declaration redundant 'environ' declaration 2
3471 src/nvim/os/env.c @ Line 713 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3472 src/nvim/os/env.c @ Line 841 readability-else-after-return do not use 'else' after 'return' 1
3473 src/nvim/os/env.c @ Line 874 readability-else-after-return do not use 'else' after 'return' 1
3474 src/nvim/os/fileio.c @ Line 56 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3475 src/nvim/os/fileio.c @ Line 56 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3476 src/nvim/os/fileio.c @ Line 57 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3477 src/nvim/os/fileio.c @ Line 59 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3478 src/nvim/os/fileio.c @ Line 371 readability-else-after-return do not use 'else' after 'return' 1
3479 src/nvim/os/fileio.c @ Line 395 readability-else-after-return do not use 'else' after 'return' 1
3480 src/nvim/os/fs.c @ Line 107 readability-else-after-return do not use 'else' after 'return' 1
3481 src/nvim/os/fs.c @ Line 137 google-readability-casting redundant cast to the same type 1
3482 src/nvim/os/fs.c @ Line 254 readability-else-after-return do not use 'else' after 'return' 1
3483 src/nvim/os/fs.c @ Line 579 readability-else-after-return do not use 'else' after 'break' 1
3484 src/nvim/os/fs.c @ Line 648 readability-else-after-return do not use 'else' after 'break' 1
3485 src/nvim/os/fs.c @ Line 691 readability-else-after-return do not use 'else' after 'break' 1
3486 src/nvim/os/fs.c @ Line 759 readability-else-after-return do not use 'else' after 'return' 1
3487 src/nvim/os/input.c @ Line 326 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3488 src/nvim/os/input.c @ Line 367 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3489 src/nvim/os/input.c @ Line 411 readability-else-after-return do not use 'else' after 'break' 2
3490 src/nvim/os/input.c @ Line 421 readability-else-after-return do not use 'else' after 'return' 1
3491 src/nvim/os/input.c @ Line 474 readability-identifier-naming invalid case style for static constant 'key' 2
3492 src/nvim/os/input.c @ Line 500 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3493 src/nvim/os/pty_process_unix.c @ Line 77 readability-else-after-return do not use 'else' after 'return' 1
3494 src/nvim/os/pty_process_unix.c @ Line 162 readability-redundant-declaration redundant 'environ' declaration 2
3495 src/nvim/os/shell.c @ Line 36 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
3496 src/nvim/os/shell.c @ Line 229 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3497 src/nvim/os/shell.c @ Line 231 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3498 src/nvim/os/shell.c @ Line 233 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3499 src/nvim/os/shell.c @ Line 237 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3500 src/nvim/os/shell.c @ Line 248 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3501 src/nvim/os/shell.c @ Line 251 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3502 src/nvim/os/shell.c @ Line 253 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3503 src/nvim/os/shell.c @ Line 256 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3504 src/nvim/os/shell.c @ Line 258 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3505 src/nvim/os/shell.c @ Line 260 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3506 src/nvim/os/shell.c @ Line 262 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3507 src/nvim/os/shell.c @ Line 266 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3508 src/nvim/os/shell.c @ Line 310 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3509 src/nvim/os/shell.c @ Line 515 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3510 src/nvim/os/shell.c @ Line 636 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3511 src/nvim/os/shell.c @ Line 892 readability-else-after-return do not use 'else' after 'return' 1
3512 src/nvim/os/shell.c @ Line 978 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3513 src/nvim/os/shell.c @ Line 1091 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3514 src/nvim/os/stdpaths.c @ Line 36 readability-identifier-naming invalid case style for global constant 'xdg_defaults' 2
3515 src/nvim/os/time.c @ Line 69 readability-else-after-return do not use 'else' after 'break' 2
3516 src/nvim/os/time.c @ Line 71 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3517 src/nvim/os/time.c @ Line 84 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3518 src/nvim/os/time.c @ Line 87 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3519 src/nvim/os/time.c @ Line 87 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3520 src/nvim/os/time.c @ Line 96 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
3521 src/nvim/os_unix.c @ Line 64 google-readability-braces-around-statements statement should be inside braces 2
3522 src/nvim/os_unix.c @ Line 64 readability-braces-around-statements statement should be inside braces 2
3523 src/nvim/os_unix.c @ Line 70 google-readability-braces-around-statements statement should be inside braces 2
3524 src/nvim/os_unix.c @ Line 70 readability-braces-around-statements statement should be inside braces 2
3525 src/nvim/path.c @ Line 63 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3526 src/nvim/path.c @ Line 285 google-readability-braces-around-statements statement should be inside braces 2
3527 src/nvim/path.c @ Line 285 readability-braces-around-statements statement should be inside braces 2
3528 src/nvim/path.c @ Line 593 misc-no-recursion function 'do_path_expand' is within a recursive call chain 4
3529 src/nvim/path.c @ Line 605 google-readability-braces-around-statements statement should be inside braces 2
3530 src/nvim/path.c @ Line 605 readability-braces-around-statements statement should be inside braces 2
3531 src/nvim/path.c @ Line 650 google-readability-braces-around-statements statement should be inside braces 2
3532 src/nvim/path.c @ Line 650 readability-braces-around-statements statement should be inside braces 2
3533 src/nvim/path.c @ Line 658 google-readability-braces-around-statements statement should be inside braces 2
3534 src/nvim/path.c @ Line 658 readability-braces-around-statements statement should be inside braces 2
3535 src/nvim/path.c @ Line 659 google-readability-braces-around-statements statement should be inside braces 2
3536 src/nvim/path.c @ Line 659 readability-braces-around-statements statement should be inside braces 2
3537 src/nvim/path.c @ Line 678 google-readability-braces-around-statements statement should be inside braces 2
3538 src/nvim/path.c @ Line 678 readability-braces-around-statements statement should be inside braces 2
3539 src/nvim/path.c @ Line 681 google-readability-braces-around-statements statement should be inside braces 2
3540 src/nvim/path.c @ Line 681 readability-braces-around-statements statement should be inside braces 2
3541 src/nvim/path.c @ Line 694 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3542 src/nvim/path.c @ Line 716 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3543 src/nvim/path.c @ Line 722 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3544 src/nvim/path.c @ Line 723 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3545 src/nvim/path.c @ Line 729 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3546 src/nvim/path.c @ Line 771 google-readability-braces-around-statements statement should be inside braces 2
3547 src/nvim/path.c @ Line 771 readability-braces-around-statements statement should be inside braces 2
3548 src/nvim/path.c @ Line 776 google-readability-braces-around-statements statement should be inside braces 2
3549 src/nvim/path.c @ Line 776 readability-braces-around-statements statement should be inside braces 2
3550 src/nvim/path.c @ Line 831 google-readability-braces-around-statements statement should be inside braces 2
3551 src/nvim/path.c @ Line 831 readability-braces-around-statements statement should be inside braces 2
3552 src/nvim/path.c @ Line 846 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3553 src/nvim/path.c @ Line 856 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3554 src/nvim/path.c @ Line 932 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3555 src/nvim/path.c @ Line 935 google-readability-braces-around-statements statement should be inside braces 2
3556 src/nvim/path.c @ Line 935 readability-braces-around-statements statement should be inside braces 2
3557 src/nvim/path.c @ Line 941 google-readability-braces-around-statements statement should be inside braces 2
3558 src/nvim/path.c @ Line 941 readability-braces-around-statements statement should be inside braces 2
3559 src/nvim/path.c @ Line 960 google-readability-braces-around-statements statement should be inside braces 2
3560 src/nvim/path.c @ Line 960 readability-braces-around-statements statement should be inside braces 2
3561 src/nvim/path.c @ Line 1005 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3562 src/nvim/path.c @ Line 1018 google-readability-braces-around-statements statement should be inside braces 2
3563 src/nvim/path.c @ Line 1018 readability-braces-around-statements statement should be inside braces 2
3564 src/nvim/path.c @ Line 1024 google-readability-braces-around-statements statement should be inside braces 2
3565 src/nvim/path.c @ Line 1024 readability-braces-around-statements statement should be inside braces 2
3566 src/nvim/path.c @ Line 1027 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3567 src/nvim/path.c @ Line 1032 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3568 src/nvim/path.c @ Line 1034 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3569 src/nvim/path.c @ Line 1043 google-readability-braces-around-statements statement should be inside braces 2
3570 src/nvim/path.c @ Line 1043 readability-braces-around-statements statement should be inside braces 2
3571 src/nvim/path.c @ Line 1049 google-readability-braces-around-statements statement should be inside braces 2
3572 src/nvim/path.c @ Line 1049 readability-braces-around-statements statement should be inside braces 2
3573 src/nvim/path.c @ Line 1075 google-readability-braces-around-statements statement should be inside braces 2
3574 src/nvim/path.c @ Line 1075 readability-braces-around-statements statement should be inside braces 2
3575 src/nvim/path.c @ Line 1204 google-readability-braces-around-statements statement should be inside braces 2
3576 src/nvim/path.c @ Line 1204 readability-braces-around-statements statement should be inside braces 2
3577 src/nvim/path.c @ Line 1250 google-readability-braces-around-statements statement should be inside braces 2
3578 src/nvim/path.c @ Line 1250 readability-braces-around-statements statement should be inside braces 2
3579 src/nvim/path.c @ Line 1313 google-readability-braces-around-statements statement should be inside braces 2
3580 src/nvim/path.c @ Line 1313 readability-braces-around-statements statement should be inside braces 2
3581 src/nvim/path.c @ Line 1315 google-readability-braces-around-statements statement should be inside braces 2
3582 src/nvim/path.c @ Line 1315 readability-braces-around-statements statement should be inside braces 2
3583 src/nvim/path.c @ Line 1366 google-readability-braces-around-statements statement should be inside braces 2
3584 src/nvim/path.c @ Line 1366 readability-braces-around-statements statement should be inside braces 2
3585 src/nvim/path.c @ Line 1377 google-readability-braces-around-statements statement should be inside braces 2
3586 src/nvim/path.c @ Line 1377 readability-braces-around-statements statement should be inside braces 2
3587 src/nvim/path.c @ Line 1448 google-readability-braces-around-statements statement should be inside braces 2
3588 src/nvim/path.c @ Line 1448 readability-braces-around-statements statement should be inside braces 2
3589 src/nvim/path.c @ Line 1460 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3590 src/nvim/path.c @ Line 1467 google-readability-braces-around-statements statement should be inside braces 2
3591 src/nvim/path.c @ Line 1467 readability-braces-around-statements statement should be inside braces 2
3592 src/nvim/path.c @ Line 1481 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3593 src/nvim/path.c @ Line 1493 google-readability-braces-around-statements statement should be inside braces 2
3594 src/nvim/path.c @ Line 1493 readability-braces-around-statements statement should be inside braces 2
3595 src/nvim/path.c @ Line 1502 google-readability-braces-around-statements statement should be inside braces 2
3596 src/nvim/path.c @ Line 1502 readability-braces-around-statements statement should be inside braces 2
3597 src/nvim/path.c @ Line 1505 google-readability-braces-around-statements statement should be inside braces 2
3598 src/nvim/path.c @ Line 1505 readability-braces-around-statements statement should be inside braces 2
3599 src/nvim/path.c @ Line 1616 google-readability-braces-around-statements statement should be inside braces 2
3600 src/nvim/path.c @ Line 1616 readability-braces-around-statements statement should be inside braces 2
3601 src/nvim/path.c @ Line 1623 google-readability-braces-around-statements statement should be inside braces 2
3602 src/nvim/path.c @ Line 1623 readability-braces-around-statements statement should be inside braces 2
3603 src/nvim/path.c @ Line 1704 google-readability-braces-around-statements statement should be inside braces 2
3604 src/nvim/path.c @ Line 1704 readability-braces-around-statements statement should be inside braces 2
3605 src/nvim/path.c @ Line 1717 google-readability-braces-around-statements statement should be inside braces 2
3606 src/nvim/path.c @ Line 1717 readability-braces-around-statements statement should be inside braces 2
3607 src/nvim/path.c @ Line 1719 readability-else-after-return do not use 'else' after 'return' 1
3608 src/nvim/path.c @ Line 1719 google-readability-braces-around-statements statement should be inside braces 2
3609 src/nvim/path.c @ Line 1719 readability-braces-around-statements statement should be inside braces 2
3610 src/nvim/path.c @ Line 1871 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3611 src/nvim/path.c @ Line 1902 google-readability-braces-around-statements statement should be inside braces 2
3612 src/nvim/path.c @ Line 1902 readability-braces-around-statements statement should be inside braces 2
3613 src/nvim/path.c @ Line 1919 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3614 src/nvim/path.c @ Line 1920 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3615 src/nvim/path.c @ Line 1929 google-readability-braces-around-statements statement should be inside braces 2
3616 src/nvim/path.c @ Line 1929 readability-braces-around-statements statement should be inside braces 2
3617 src/nvim/path.c @ Line 1949 google-readability-braces-around-statements statement should be inside braces 2
3618 src/nvim/path.c @ Line 1949 readability-braces-around-statements statement should be inside braces 2
3619 src/nvim/path.c @ Line 1951 google-readability-braces-around-statements statement should be inside braces 2
3620 src/nvim/path.c @ Line 1951 readability-braces-around-statements statement should be inside braces 2
3621 src/nvim/path.c @ Line 2074 google-readability-braces-around-statements statement should be inside braces 2
3622 src/nvim/path.c @ Line 2074 readability-braces-around-statements statement should be inside braces 2
3623 src/nvim/path.c @ Line 2078 google-readability-braces-around-statements statement should be inside braces 2
3624 src/nvim/path.c @ Line 2078 readability-braces-around-statements statement should be inside braces 2
3625 src/nvim/path.c @ Line 2107 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3626 src/nvim/path.c @ Line 2114 google-readability-braces-around-statements statement should be inside braces 2
3627 src/nvim/path.c @ Line 2114 readability-braces-around-statements statement should be inside braces 2
3628 src/nvim/path.c @ Line 2208 readability-identifier-naming invalid case style for variable 'SUCCESS' 2
3629 src/nvim/plines.c @ Line 171 readability-else-after-return do not use 'else' after 'return' 1
3630 src/nvim/plines.c @ Line 204 readability-else-after-return do not use 'else' after 'return' 1
3631 src/nvim/popupmnu.c @ Line 295 google-readability-casting redundant cast to the same type 1
3632 src/nvim/popupmnu.c @ Line 356 google-readability-casting redundant cast to the same type 1
3633 src/nvim/popupmnu.c @ Line 361 google-readability-casting redundant cast to the same type 1
3634 src/nvim/popupmnu.c @ Line 373 google-readability-casting redundant cast to the same type 1
3635 src/nvim/popupmnu.c @ Line 400 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3636 src/nvim/popupmnu.c @ Line 760 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3637 src/nvim/popupmnu.c @ Line 768 readability-else-after-return do not use 'else' after 'break' 1
3638 src/nvim/popupmnu.c @ Line 931 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
3639 src/nvim/quickfix.c @ Line 85 readability-identifier-naming invalid case style for enum constant 'QFLT_INTERNAL' 2
3640 src/nvim/quickfix.c @ Line 171 readability-identifier-naming invalid case style for enum constant 'QF_FAIL' 2
3641 src/nvim/quickfix.c @ Line 172 readability-identifier-naming invalid case style for enum constant 'QF_OK' 2
3642 src/nvim/quickfix.c @ Line 173 readability-identifier-naming invalid case style for enum constant 'QF_END_OF_INPUT' 2
3643 src/nvim/quickfix.c @ Line 174 readability-identifier-naming invalid case style for enum constant 'QF_NOMEM' 2
3644 src/nvim/quickfix.c @ Line 175 readability-identifier-naming invalid case style for enum constant 'QF_IGNORE_LINE' 2
3645 src/nvim/quickfix.c @ Line 176 readability-identifier-naming invalid case style for enum constant 'QF_MULTISCAN' 2
3646 src/nvim/quickfix.c @ Line 220 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3647 src/nvim/quickfix.c @ Line 220 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3648 src/nvim/quickfix.c @ Line 222 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3649 src/nvim/quickfix.c @ Line 222 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3650 src/nvim/quickfix.c @ Line 225 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3651 src/nvim/quickfix.c @ Line 226 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3652 src/nvim/quickfix.c @ Line 227 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3653 src/nvim/quickfix.c @ Line 228 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3654 src/nvim/quickfix.c @ Line 234 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3655 src/nvim/quickfix.c @ Line 234 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3656 src/nvim/quickfix.c @ Line 239 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3657 src/nvim/quickfix.c @ Line 239 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3658 src/nvim/quickfix.c @ Line 239 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3659 src/nvim/quickfix.c @ Line 240 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3660 src/nvim/quickfix.c @ Line 240 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3661 src/nvim/quickfix.c @ Line 240 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3662 src/nvim/quickfix.c @ Line 241 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3663 src/nvim/quickfix.c @ Line 241 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3664 src/nvim/quickfix.c @ Line 241 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3665 src/nvim/quickfix.c @ Line 326 readability-identifier-naming invalid case style for global constant 'LINE_MAXLEN' 2
3666 src/nvim/quickfix.c @ Line 396 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3667 src/nvim/quickfix.c @ Line 401 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3668 src/nvim/quickfix.c @ Line 585 readability-non-const-parameter pointer parameter 'efm' can be pointer to const 2
3669 src/nvim/quickfix.c @ Line 1279 google-readability-braces-around-statements statement should be inside braces 2
3670 src/nvim/quickfix.c @ Line 1279 readability-braces-around-statements statement should be inside braces 2
3671 src/nvim/quickfix.c @ Line 1454 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3672 src/nvim/quickfix.c @ Line 1669 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3673 src/nvim/quickfix.c @ Line 1720 google-readability-braces-around-statements statement should be inside braces 2
3674 src/nvim/quickfix.c @ Line 1720 readability-braces-around-statements statement should be inside braces 2
3675 src/nvim/quickfix.c @ Line 1861 google-readability-casting redundant cast to the same type 1
3676 src/nvim/quickfix.c @ Line 2169 google-readability-braces-around-statements statement should be inside braces 2
3677 src/nvim/quickfix.c @ Line 2169 readability-braces-around-statements statement should be inside braces 2
3678 src/nvim/quickfix.c @ Line 2190 google-readability-braces-around-statements statement should be inside braces 2
3679 src/nvim/quickfix.c @ Line 2190 readability-braces-around-statements statement should be inside braces 2
3680 src/nvim/quickfix.c @ Line 2192 readability-else-after-return do not use 'else' after 'return' 1
3681 src/nvim/quickfix.c @ Line 2754 readability-else-after-return do not use 'else' after 'return' 1
3682 src/nvim/quickfix.c @ Line 2991 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
3683 src/nvim/quickfix.c @ Line 2994 google-readability-braces-around-statements statement should be inside braces 2
3684 src/nvim/quickfix.c @ Line 2994 readability-braces-around-statements statement should be inside braces 2
3685 src/nvim/quickfix.c @ Line 3067 readability-identifier-naming invalid case style for variable 'qfFileAttr' 2
3686 src/nvim/quickfix.c @ Line 3068 readability-identifier-naming invalid case style for variable 'qfSepAttr' 2
3687 src/nvim/quickfix.c @ Line 3069 readability-identifier-naming invalid case style for variable 'qfLineAttr' 2
3688 src/nvim/quickfix.c @ Line 3240 google-readability-braces-around-statements statement should be inside braces 2
3689 src/nvim/quickfix.c @ Line 3240 readability-braces-around-statements statement should be inside braces 2
3690 src/nvim/quickfix.c @ Line 3241 google-readability-braces-around-statements statement should be inside braces 2
3691 src/nvim/quickfix.c @ Line 3241 readability-braces-around-statements statement should be inside braces 2
3692 src/nvim/quickfix.c @ Line 3243 google-readability-braces-around-statements statement should be inside braces 2
3693 src/nvim/quickfix.c @ Line 3243 readability-braces-around-statements statement should be inside braces 2
3694 src/nvim/quickfix.c @ Line 3460 google-readability-braces-around-statements statement should be inside braces 2
3695 src/nvim/quickfix.c @ Line 3460 readability-braces-around-statements statement should be inside braces 2
3696 src/nvim/quickfix.c @ Line 3462 google-readability-braces-around-statements statement should be inside braces 2
3697 src/nvim/quickfix.c @ Line 3462 readability-braces-around-statements statement should be inside braces 2
3698 src/nvim/quickfix.c @ Line 3464 google-readability-braces-around-statements statement should be inside braces 2
3699 src/nvim/quickfix.c @ Line 3464 readability-braces-around-statements statement should be inside braces 2
3700 src/nvim/quickfix.c @ Line 3512 google-readability-braces-around-statements statement should be inside braces 2
3701 src/nvim/quickfix.c @ Line 3512 readability-braces-around-statements statement should be inside braces 2
3702 src/nvim/quickfix.c @ Line 4135 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
3703 src/nvim/quickfix.c @ Line 4378 google-readability-braces-around-statements statement should be inside braces 2
3704 src/nvim/quickfix.c @ Line 4378 readability-braces-around-statements statement should be inside braces 2
3705 src/nvim/quickfix.c @ Line 4432 google-readability-braces-around-statements statement should be inside braces 2
3706 src/nvim/quickfix.c @ Line 4432 readability-braces-around-statements statement should be inside braces 2
3707 src/nvim/quickfix.c @ Line 4437 google-readability-braces-around-statements statement should be inside braces 2
3708 src/nvim/quickfix.c @ Line 4437 readability-braces-around-statements statement should be inside braces 2
3709 src/nvim/quickfix.c @ Line 4438 google-readability-braces-around-statements statement should be inside braces 2
3710 src/nvim/quickfix.c @ Line 4438 readability-braces-around-statements statement should be inside braces 2
3711 src/nvim/quickfix.c @ Line 4441 google-readability-braces-around-statements statement should be inside braces 2
3712 src/nvim/quickfix.c @ Line 4441 readability-braces-around-statements statement should be inside braces 2
3713 src/nvim/quickfix.c @ Line 4452 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
3714 src/nvim/quickfix.c @ Line 4454 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
3715 src/nvim/quickfix.c @ Line 5261 readability-else-after-return do not use 'else' after 'return' 1
3716 src/nvim/quickfix.c @ Line 5334 readability-non-const-parameter pointer parameter 'target_dir' can be pointer to const 2
3717 src/nvim/quickfix.c @ Line 5408 google-readability-braces-around-statements statement should be inside braces 2
3718 src/nvim/quickfix.c @ Line 5408 readability-braces-around-statements statement should be inside braces 2
3719 src/nvim/quickfix.c @ Line 5410 google-readability-braces-around-statements statement should be inside braces 2
3720 src/nvim/quickfix.c @ Line 5410 readability-braces-around-statements statement should be inside braces 2
3721 src/nvim/quickfix.c @ Line 5495 google-readability-braces-around-statements statement should be inside braces 2
3722 src/nvim/quickfix.c @ Line 5495 readability-braces-around-statements statement should be inside braces 2
3723 src/nvim/quickfix.c @ Line 5505 google-readability-braces-around-statements statement should be inside braces 2
3724 src/nvim/quickfix.c @ Line 5505 readability-braces-around-statements statement should be inside braces 2
3725 src/nvim/quickfix.c @ Line 5588 google-readability-braces-around-statements statement should be inside braces 2
3726 src/nvim/quickfix.c @ Line 5588 readability-braces-around-statements statement should be inside braces 2
3727 src/nvim/quickfix.c @ Line 5887 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_NONE' 2
3728 src/nvim/quickfix.c @ Line 5888 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_TITLE' 2
3729 src/nvim/quickfix.c @ Line 5889 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_ITEMS' 2
3730 src/nvim/quickfix.c @ Line 5890 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_NR' 2
3731 src/nvim/quickfix.c @ Line 5891 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_WINID' 2
3732 src/nvim/quickfix.c @ Line 5892 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_CONTEXT' 2
3733 src/nvim/quickfix.c @ Line 5893 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_ID' 2
3734 src/nvim/quickfix.c @ Line 5894 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_IDX' 2
3735 src/nvim/quickfix.c @ Line 5895 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_SIZE' 2
3736 src/nvim/quickfix.c @ Line 5896 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_TICK' 2
3737 src/nvim/quickfix.c @ Line 5897 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_FILEWINID' 2
3738 src/nvim/quickfix.c @ Line 5898 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_QFBUFNR' 2
3739 src/nvim/quickfix.c @ Line 5899 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_QFTF' 2
3740 src/nvim/quickfix.c @ Line 5900 readability-identifier-naming invalid case style for enum constant 'QF_GETLIST_ALL' 2
3741 src/nvim/quickfix.c @ Line 6838 google-readability-braces-around-statements statement should be inside braces 2
3742 src/nvim/quickfix.c @ Line 6838 readability-braces-around-statements statement should be inside braces 2
3743 src/nvim/quickfix.c @ Line 6840 google-readability-braces-around-statements statement should be inside braces 2
3744 src/nvim/quickfix.c @ Line 6840 readability-braces-around-statements statement should be inside braces 2
3745 src/nvim/regexp.c @ Line 203 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
3746 src/nvim/regexp.c @ Line 234 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
3747 src/nvim/regexp.c @ Line 330 readability-identifier-naming invalid case style for enum constant 'RS_NOPEN' 2
3748 src/nvim/regexp.c @ Line 331 readability-identifier-naming invalid case style for enum constant 'RS_MOPEN' 2
3749 src/nvim/regexp.c @ Line 332 readability-identifier-naming invalid case style for enum constant 'RS_MCLOSE' 2
3750 src/nvim/regexp.c @ Line 333 readability-identifier-naming invalid case style for enum constant 'RS_ZOPEN' 2
3751 src/nvim/regexp.c @ Line 334 readability-identifier-naming invalid case style for enum constant 'RS_ZCLOSE' 2
3752 src/nvim/regexp.c @ Line 335 readability-identifier-naming invalid case style for enum constant 'RS_BRANCH' 2
3753 src/nvim/regexp.c @ Line 336 readability-identifier-naming invalid case style for enum constant 'RS_BRCPLX_MORE' 2
3754 src/nvim/regexp.c @ Line 337 readability-identifier-naming invalid case style for enum constant 'RS_BRCPLX_LONG' 2
3755 src/nvim/regexp.c @ Line 338 readability-identifier-naming invalid case style for enum constant 'RS_BRCPLX_SHORT' 2
3756 src/nvim/regexp.c @ Line 339 readability-identifier-naming invalid case style for enum constant 'RS_NOMATCH' 2
3757 src/nvim/regexp.c @ Line 340 readability-identifier-naming invalid case style for enum constant 'RS_BEHIND1' 2
3758 src/nvim/regexp.c @ Line 341 readability-identifier-naming invalid case style for enum constant 'RS_BEHIND2' 2
3759 src/nvim/regexp.c @ Line 342 readability-identifier-naming invalid case style for enum constant 'RS_STAR_LONG' 2
3760 src/nvim/regexp.c @ Line 343 readability-identifier-naming invalid case style for enum constant 'RS_STAR_SHORT' 2
3761 src/nvim/regexp.c @ Line 389 google-readability-braces-around-statements statement should be inside braces 2
3762 src/nvim/regexp.c @ Line 389 readability-braces-around-statements statement should be inside braces 2
3763 src/nvim/regexp.c @ Line 396 google-readability-braces-around-statements statement should be inside braces 2
3764 src/nvim/regexp.c @ Line 396 readability-braces-around-statements statement should be inside braces 2
3765 src/nvim/regexp.c @ Line 506 google-readability-braces-around-statements statement should be inside braces 2
3766 src/nvim/regexp.c @ Line 506 readability-braces-around-statements statement should be inside braces 2
3767 src/nvim/regexp.c @ Line 508 google-readability-braces-around-statements statement should be inside braces 2
3768 src/nvim/regexp.c @ Line 508 readability-braces-around-statements statement should be inside braces 2
3769 src/nvim/regexp.c @ Line 547 readability-identifier-naming invalid case style for variable 'REGEXP_INRANGE' 2
3770 src/nvim/regexp.c @ Line 548 readability-identifier-naming invalid case style for variable 'REGEXP_ABBR' 2
3771 src/nvim/regexp.c @ Line 617 google-readability-braces-around-statements statement should be inside braces 2
3772 src/nvim/regexp.c @ Line 617 readability-braces-around-statements statement should be inside braces 2
3773 src/nvim/regexp.c @ Line 647 google-readability-braces-around-statements statement should be inside braces 2
3774 src/nvim/regexp.c @ Line 647 readability-braces-around-statements statement should be inside braces 2
3775 src/nvim/regexp.c @ Line 651 google-readability-braces-around-statements statement should be inside braces 2
3776 src/nvim/regexp.c @ Line 651 readability-braces-around-statements statement should be inside braces 2
3777 src/nvim/regexp.c @ Line 653 google-readability-braces-around-statements statement should be inside braces 2
3778 src/nvim/regexp.c @ Line 653 readability-braces-around-statements statement should be inside braces 2
3779 src/nvim/regexp.c @ Line 655 google-readability-braces-around-statements statement should be inside braces 2
3780 src/nvim/regexp.c @ Line 655 readability-braces-around-statements statement should be inside braces 2
3781 src/nvim/regexp.c @ Line 657 google-readability-braces-around-statements statement should be inside braces 2
3782 src/nvim/regexp.c @ Line 657 readability-braces-around-statements statement should be inside braces 2
3783 src/nvim/regexp.c @ Line 659 google-readability-braces-around-statements statement should be inside braces 2
3784 src/nvim/regexp.c @ Line 659 readability-braces-around-statements statement should be inside braces 2
3785 src/nvim/regexp.c @ Line 661 google-readability-braces-around-statements statement should be inside braces 2
3786 src/nvim/regexp.c @ Line 661 readability-braces-around-statements statement should be inside braces 2
3787 src/nvim/regexp.c @ Line 663 google-readability-braces-around-statements statement should be inside braces 2
3788 src/nvim/regexp.c @ Line 663 readability-braces-around-statements statement should be inside braces 2
3789 src/nvim/regexp.c @ Line 665 google-readability-braces-around-statements statement should be inside braces 2
3790 src/nvim/regexp.c @ Line 665 readability-braces-around-statements statement should be inside braces 2
3791 src/nvim/regexp.c @ Line 673 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3792 src/nvim/regexp.c @ Line 674 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3793 src/nvim/regexp.c @ Line 675 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3794 src/nvim/regexp.c @ Line 676 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3795 src/nvim/regexp.c @ Line 677 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3796 src/nvim/regexp.c @ Line 678 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3797 src/nvim/regexp.c @ Line 679 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3798 src/nvim/regexp.c @ Line 680 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3799 src/nvim/regexp.c @ Line 681 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
3800 src/nvim/regexp.c @ Line 725 readability-identifier-naming invalid case style for variable 'META_flags' 2
3801 src/nvim/regexp.c @ Line 1140 google-readability-braces-around-statements statement should be inside braces 2
3802 src/nvim/regexp.c @ Line 1140 readability-braces-around-statements statement should be inside braces 2
3803 src/nvim/regexp.c @ Line 1142 google-readability-braces-around-statements statement should be inside braces 2
3804 src/nvim/regexp.c @ Line 1142 readability-braces-around-statements statement should be inside braces 2
3805 src/nvim/regexp.c @ Line 1186 google-readability-braces-around-statements statement should be inside braces 2
3806 src/nvim/regexp.c @ Line 1186 readability-braces-around-statements statement should be inside braces 2
3807 src/nvim/regexp.c @ Line 1188 google-readability-braces-around-statements statement should be inside braces 2
3808 src/nvim/regexp.c @ Line 1188 readability-braces-around-statements statement should be inside braces 2
3809 src/nvim/regexp.c @ Line 1199 google-readability-braces-around-statements statement should be inside braces 2
3810 src/nvim/regexp.c @ Line 1199 readability-braces-around-statements statement should be inside braces 2
3811 src/nvim/regexp.c @ Line 1209 google-readability-braces-around-statements statement should be inside braces 2
3812 src/nvim/regexp.c @ Line 1209 readability-braces-around-statements statement should be inside braces 2
3813 src/nvim/regexp.c @ Line 1211 google-readability-braces-around-statements statement should be inside braces 2
3814 src/nvim/regexp.c @ Line 1211 readability-braces-around-statements statement should be inside braces 2
3815 src/nvim/regexp.c @ Line 1213 google-readability-braces-around-statements statement should be inside braces 2
3816 src/nvim/regexp.c @ Line 1213 readability-braces-around-statements statement should be inside braces 2
3817 src/nvim/regexp.c @ Line 1284 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3818 src/nvim/regexp.c @ Line 1286 google-readability-braces-around-statements statement should be inside braces 2
3819 src/nvim/regexp.c @ Line 1286 readability-braces-around-statements statement should be inside braces 2
3820 src/nvim/regexp.c @ Line 1301 google-readability-braces-around-statements statement should be inside braces 2
3821 src/nvim/regexp.c @ Line 1301 readability-braces-around-statements statement should be inside braces 2
3822 src/nvim/regexp.c @ Line 1312 google-readability-braces-around-statements statement should be inside braces 2
3823 src/nvim/regexp.c @ Line 1312 readability-braces-around-statements statement should be inside braces 2
3824 src/nvim/regexp.c @ Line 1314 google-readability-braces-around-statements statement should be inside braces 2
3825 src/nvim/regexp.c @ Line 1314 readability-braces-around-statements statement should be inside braces 2
3826 src/nvim/regexp.c @ Line 1319 clang-analyzer-core.NonNullParamChecker Null pointer passed to 1st parameter expecting 'nonnull' 17
3827 src/nvim/regexp.c @ Line 1357 google-readability-braces-around-statements statement should be inside braces 2
3828 src/nvim/regexp.c @ Line 1357 readability-braces-around-statements statement should be inside braces 2
3829 src/nvim/regexp.c @ Line 1391 google-readability-braces-around-statements statement should be inside braces 2
3830 src/nvim/regexp.c @ Line 1391 readability-braces-around-statements statement should be inside braces 2
3831 src/nvim/regexp.c @ Line 1393 google-readability-braces-around-statements statement should be inside braces 2
3832 src/nvim/regexp.c @ Line 1393 readability-braces-around-statements statement should be inside braces 2
3833 src/nvim/regexp.c @ Line 1433 misc-no-recursion function 'reg' is within a recursive call chain 8
3834 src/nvim/regexp.c @ Line 1448 google-readability-braces-around-statements statement should be inside braces 2
3835 src/nvim/regexp.c @ Line 1448 readability-braces-around-statements statement should be inside braces 2
3836 src/nvim/regexp.c @ Line 1455 google-readability-braces-around-statements statement should be inside braces 2
3837 src/nvim/regexp.c @ Line 1455 readability-braces-around-statements statement should be inside braces 2
3838 src/nvim/regexp.c @ Line 1463 google-readability-braces-around-statements statement should be inside braces 2
3839 src/nvim/regexp.c @ Line 1463 readability-braces-around-statements statement should be inside braces 2
3840 src/nvim/regexp.c @ Line 1468 google-readability-braces-around-statements statement should be inside braces 2
3841 src/nvim/regexp.c @ Line 1468 readability-braces-around-statements statement should be inside braces 2
3842 src/nvim/regexp.c @ Line 1470 google-readability-braces-around-statements statement should be inside braces 2
3843 src/nvim/regexp.c @ Line 1470 readability-braces-around-statements statement should be inside braces 2
3844 src/nvim/regexp.c @ Line 1472 google-readability-braces-around-statements statement should be inside braces 2
3845 src/nvim/regexp.c @ Line 1472 readability-braces-around-statements statement should be inside braces 2
3846 src/nvim/regexp.c @ Line 1477 google-readability-braces-around-statements statement should be inside braces 2
3847 src/nvim/regexp.c @ Line 1477 readability-braces-around-statements statement should be inside braces 2
3848 src/nvim/regexp.c @ Line 1483 google-readability-braces-around-statements statement should be inside braces 2
3849 src/nvim/regexp.c @ Line 1483 readability-braces-around-statements statement should be inside braces 2
3850 src/nvim/regexp.c @ Line 1486 google-readability-braces-around-statements statement should be inside braces 2
3851 src/nvim/regexp.c @ Line 1486 readability-braces-around-statements statement should be inside braces 2
3852 src/nvim/regexp.c @ Line 1499 google-readability-braces-around-statements statement should be inside braces 2
3853 src/nvim/regexp.c @ Line 1499 readability-braces-around-statements statement should be inside braces 2
3854 src/nvim/regexp.c @ Line 1504 google-readability-braces-around-statements statement should be inside braces 2
3855 src/nvim/regexp.c @ Line 1504 readability-braces-around-statements statement should be inside braces 2
3856 src/nvim/regexp.c @ Line 1506 readability-else-after-return do not use 'else' after 'return' 1
3857 src/nvim/regexp.c @ Line 1506 google-readability-braces-around-statements statement should be inside braces 2
3858 src/nvim/regexp.c @ Line 1506 readability-braces-around-statements statement should be inside braces 2
3859 src/nvim/regexp.c @ Line 1508 google-readability-braces-around-statements statement should be inside braces 2
3860 src/nvim/regexp.c @ Line 1508 readability-braces-around-statements statement should be inside braces 2
3861 src/nvim/regexp.c @ Line 1511 google-readability-braces-around-statements statement should be inside braces 2
3862 src/nvim/regexp.c @ Line 1511 readability-braces-around-statements statement should be inside braces 2
3863 src/nvim/regexp.c @ Line 1513 readability-else-after-return do not use 'else' after 'return' 2
3864 src/nvim/regexp.c @ Line 1513 google-readability-braces-around-statements statement should be inside braces 2
3865 src/nvim/regexp.c @ Line 1513 readability-braces-around-statements statement should be inside braces 2
3866 src/nvim/regexp.c @ Line 1529 misc-no-recursion function 'regbranch' is within a recursive call chain 1
3867 src/nvim/regexp.c @ Line 1541 google-readability-braces-around-statements statement should be inside braces 2
3868 src/nvim/regexp.c @ Line 1541 readability-braces-around-statements statement should be inside braces 2
3869 src/nvim/regexp.c @ Line 1550 google-readability-braces-around-statements statement should be inside braces 2
3870 src/nvim/regexp.c @ Line 1550 readability-braces-around-statements statement should be inside braces 2
3871 src/nvim/regexp.c @ Line 1552 google-readability-braces-around-statements statement should be inside braces 2
3872 src/nvim/regexp.c @ Line 1552 readability-braces-around-statements statement should be inside braces 2
3873 src/nvim/regexp.c @ Line 1556 google-readability-braces-around-statements statement should be inside braces 2
3874 src/nvim/regexp.c @ Line 1556 readability-braces-around-statements statement should be inside braces 2
3875 src/nvim/regexp.c @ Line 1569 misc-no-recursion function 'regconcat' is within a recursive call chain 1
3876 src/nvim/regexp.c @ Line 1621 google-readability-braces-around-statements statement should be inside braces 2
3877 src/nvim/regexp.c @ Line 1621 readability-braces-around-statements statement should be inside braces 2
3878 src/nvim/regexp.c @ Line 1624 google-readability-braces-around-statements statement should be inside braces 2
3879 src/nvim/regexp.c @ Line 1624 readability-braces-around-statements statement should be inside braces 2
3880 src/nvim/regexp.c @ Line 1626 google-readability-braces-around-statements statement should be inside braces 2
3881 src/nvim/regexp.c @ Line 1626 readability-braces-around-statements statement should be inside braces 2
3882 src/nvim/regexp.c @ Line 1629 google-readability-braces-around-statements statement should be inside braces 2
3883 src/nvim/regexp.c @ Line 1629 readability-braces-around-statements statement should be inside braces 2
3884 src/nvim/regexp.c @ Line 1634 google-readability-braces-around-statements statement should be inside braces 2
3885 src/nvim/regexp.c @ Line 1634 readability-braces-around-statements statement should be inside braces 2
3886 src/nvim/regexp.c @ Line 1648 misc-no-recursion function 'regpiece' is within a recursive call chain 1
3887 src/nvim/regexp.c @ Line 1658 google-readability-braces-around-statements statement should be inside braces 2
3888 src/nvim/regexp.c @ Line 1658 readability-braces-around-statements statement should be inside braces 2
3889 src/nvim/regexp.c @ Line 1672 google-readability-braces-around-statements statement should be inside braces 2
3890 src/nvim/regexp.c @ Line 1672 readability-braces-around-statements statement should be inside braces 2
3891 src/nvim/regexp.c @ Line 1685 google-readability-braces-around-statements statement should be inside braces 2
3892 src/nvim/regexp.c @ Line 1685 readability-braces-around-statements statement should be inside braces 2
3893 src/nvim/regexp.c @ Line 1712 google-readability-braces-around-statements statement should be inside braces 2
3894 src/nvim/regexp.c @ Line 1712 readability-braces-around-statements statement should be inside braces 2
3895 src/nvim/regexp.c @ Line 1722 google-readability-braces-around-statements statement should be inside braces 2
3896 src/nvim/regexp.c @ Line 1722 readability-braces-around-statements statement should be inside braces 2
3897 src/nvim/regexp.c @ Line 1725 google-readability-braces-around-statements statement should be inside braces 2
3898 src/nvim/regexp.c @ Line 1725 readability-braces-around-statements statement should be inside braces 2
3899 src/nvim/regexp.c @ Line 1741 google-readability-braces-around-statements statement should be inside braces 2
3900 src/nvim/regexp.c @ Line 1741 readability-braces-around-statements statement should be inside braces 2
3901 src/nvim/regexp.c @ Line 1747 google-readability-braces-around-statements statement should be inside braces 2
3902 src/nvim/regexp.c @ Line 1747 readability-braces-around-statements statement should be inside braces 2
3903 src/nvim/regexp.c @ Line 1756 google-readability-braces-around-statements statement should be inside braces 2
3904 src/nvim/regexp.c @ Line 1756 readability-braces-around-statements statement should be inside braces 2
3905 src/nvim/regexp.c @ Line 1762 google-readability-braces-around-statements statement should be inside braces 2
3906 src/nvim/regexp.c @ Line 1762 readability-braces-around-statements statement should be inside braces 2
3907 src/nvim/regexp.c @ Line 1765 google-readability-braces-around-statements statement should be inside braces 2
3908 src/nvim/regexp.c @ Line 1765 readability-braces-around-statements statement should be inside braces 2
3909 src/nvim/regexp.c @ Line 1793 misc-no-recursion function 'regatom' is within a recursive call chain 1
3910 src/nvim/regexp.c @ Line 1839 google-readability-braces-around-statements statement should be inside braces 2
3911 src/nvim/regexp.c @ Line 1839 readability-braces-around-statements statement should be inside braces 2
3912 src/nvim/regexp.c @ Line 1876 google-readability-braces-around-statements statement should be inside braces 2
3913 src/nvim/regexp.c @ Line 1876 readability-braces-around-statements statement should be inside braces 2
3914 src/nvim/regexp.c @ Line 1903 google-readability-braces-around-statements statement should be inside braces 2
3915 src/nvim/regexp.c @ Line 1903 readability-braces-around-statements statement should be inside braces 2
3916 src/nvim/regexp.c @ Line 1906 google-readability-braces-around-statements statement should be inside braces 2
3917 src/nvim/regexp.c @ Line 1906 readability-braces-around-statements statement should be inside braces 2
3918 src/nvim/regexp.c @ Line 1915 google-readability-braces-around-statements statement should be inside braces 2
3919 src/nvim/regexp.c @ Line 1915 readability-braces-around-statements statement should be inside braces 2
3920 src/nvim/regexp.c @ Line 1939 google-readability-braces-around-statements statement should be inside braces 2
3921 src/nvim/regexp.c @ Line 1939 readability-braces-around-statements statement should be inside braces 2
3922 src/nvim/regexp.c @ Line 1944 google-readability-braces-around-statements statement should be inside braces 2
3923 src/nvim/regexp.c @ Line 1944 readability-braces-around-statements statement should be inside braces 2
3924 src/nvim/regexp.c @ Line 1947 google-readability-braces-around-statements statement should be inside braces 2
3925 src/nvim/regexp.c @ Line 1947 readability-braces-around-statements statement should be inside braces 2
3926 src/nvim/regexp.c @ Line 1975 google-readability-braces-around-statements statement should be inside braces 2
3927 src/nvim/regexp.c @ Line 1975 readability-braces-around-statements statement should be inside braces 2
3928 src/nvim/regexp.c @ Line 1977 google-readability-braces-around-statements statement should be inside braces 2
3929 src/nvim/regexp.c @ Line 1977 readability-braces-around-statements statement should be inside braces 2
3930 src/nvim/regexp.c @ Line 1980 google-readability-braces-around-statements statement should be inside braces 2
3931 src/nvim/regexp.c @ Line 1980 readability-braces-around-statements statement should be inside braces 2
3932 src/nvim/regexp.c @ Line 1994 google-readability-braces-around-statements statement should be inside braces 2
3933 src/nvim/regexp.c @ Line 1994 readability-braces-around-statements statement should be inside braces 2
3934 src/nvim/regexp.c @ Line 2023 google-readability-braces-around-statements statement should be inside braces 2
3935 src/nvim/regexp.c @ Line 2023 readability-braces-around-statements statement should be inside braces 2
3936 src/nvim/regexp.c @ Line 2026 google-readability-braces-around-statements statement should be inside braces 2
3937 src/nvim/regexp.c @ Line 2026 readability-braces-around-statements statement should be inside braces 2
3938 src/nvim/regexp.c @ Line 2056 google-readability-braces-around-statements statement should be inside braces 2
3939 src/nvim/regexp.c @ Line 2056 readability-braces-around-statements statement should be inside braces 2
3940 src/nvim/regexp.c @ Line 2065 google-readability-braces-around-statements statement should be inside braces 2
3941 src/nvim/regexp.c @ Line 2065 readability-braces-around-statements statement should be inside braces 2
3942 src/nvim/regexp.c @ Line 2086 google-readability-braces-around-statements statement should be inside braces 2
3943 src/nvim/regexp.c @ Line 2086 readability-braces-around-statements statement should be inside braces 2
3944 src/nvim/regexp.c @ Line 2091 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3945 src/nvim/regexp.c @ Line 2103 google-readability-braces-around-statements statement should be inside braces 2
3946 src/nvim/regexp.c @ Line 2103 readability-braces-around-statements statement should be inside braces 2
3947 src/nvim/regexp.c @ Line 2154 google-readability-braces-around-statements statement should be inside braces 2
3948 src/nvim/regexp.c @ Line 2154 readability-braces-around-statements statement should be inside braces 2
3949 src/nvim/regexp.c @ Line 2164 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3950 src/nvim/regexp.c @ Line 2164 google-readability-braces-around-statements statement should be inside braces 2
3951 src/nvim/regexp.c @ Line 2164 readability-braces-around-statements statement should be inside braces 2
3952 src/nvim/regexp.c @ Line 2171 readability-else-after-return do not use 'else' after 'break' 1
3953 src/nvim/regexp.c @ Line 2182 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3954 src/nvim/regexp.c @ Line 2221 google-readability-braces-around-statements statement should be inside braces 2
3955 src/nvim/regexp.c @ Line 2221 readability-braces-around-statements statement should be inside braces 2
3956 src/nvim/regexp.c @ Line 2243 google-readability-braces-around-statements statement should be inside braces 2
3957 src/nvim/regexp.c @ Line 2243 readability-braces-around-statements statement should be inside braces 2
3958 src/nvim/regexp.c @ Line 2250 google-readability-braces-around-statements statement should be inside braces 2
3959 src/nvim/regexp.c @ Line 2250 readability-braces-around-statements statement should be inside braces 2
3960 src/nvim/regexp.c @ Line 2266 google-readability-braces-around-statements statement should be inside braces 2
3961 src/nvim/regexp.c @ Line 2266 readability-braces-around-statements statement should be inside braces 2
3962 src/nvim/regexp.c @ Line 2285 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3963 src/nvim/regexp.c @ Line 2302 google-readability-braces-around-statements statement should be inside braces 2
3964 src/nvim/regexp.c @ Line 2302 readability-braces-around-statements statement should be inside braces 2
3965 src/nvim/regexp.c @ Line 2304 google-readability-braces-around-statements statement should be inside braces 2
3966 src/nvim/regexp.c @ Line 2304 readability-braces-around-statements statement should be inside braces 2
3967 src/nvim/regexp.c @ Line 2394 google-readability-braces-around-statements statement should be inside braces 2
3968 src/nvim/regexp.c @ Line 2394 readability-braces-around-statements statement should be inside braces 2
3969 src/nvim/regexp.c @ Line 2462 google-readability-braces-around-statements statement should be inside braces 2
3970 src/nvim/regexp.c @ Line 2462 readability-braces-around-statements statement should be inside braces 2
3971 src/nvim/regexp.c @ Line 2467 readability-else-after-return do not use 'else' after 'break' 1
3972 src/nvim/regexp.c @ Line 2467 google-readability-braces-around-statements statement should be inside braces 2
3973 src/nvim/regexp.c @ Line 2467 readability-braces-around-statements statement should be inside braces 2
3974 src/nvim/regexp.c @ Line 2510 google-readability-braces-around-statements statement should be inside braces 2
3975 src/nvim/regexp.c @ Line 2510 readability-braces-around-statements statement should be inside braces 2
3976 src/nvim/regexp.c @ Line 2523 google-readability-braces-around-statements statement should be inside braces 2
3977 src/nvim/regexp.c @ Line 2523 readability-braces-around-statements statement should be inside braces 2
3978 src/nvim/regexp.c @ Line 2533 readability-non-const-parameter pointer parameter 'what' can be pointer to const 2
3979 src/nvim/regexp.c @ Line 2559 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3980 src/nvim/regexp.c @ Line 2559 google-readability-braces-around-statements statement should be inside braces 2
3981 src/nvim/regexp.c @ Line 2559 readability-braces-around-statements statement should be inside braces 2
3982 src/nvim/regexp.c @ Line 2574 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3983 src/nvim/regexp.c @ Line 2574 google-readability-braces-around-statements statement should be inside braces 2
3984 src/nvim/regexp.c @ Line 2574 readability-braces-around-statements statement should be inside braces 2
3985 src/nvim/regexp.c @ Line 2576 google-readability-braces-around-statements statement should be inside braces 2
3986 src/nvim/regexp.c @ Line 2576 readability-braces-around-statements statement should be inside braces 2
3987 src/nvim/regexp.c @ Line 2585 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3988 src/nvim/regexp.c @ Line 2603 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3989 src/nvim/regexp.c @ Line 2610 google-readability-braces-around-statements statement should be inside braces 2
3990 src/nvim/regexp.c @ Line 2610 readability-braces-around-statements statement should be inside braces 2
3991 src/nvim/regexp.c @ Line 2629 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3992 src/nvim/regexp.c @ Line 2636 google-readability-braces-around-statements statement should be inside braces 2
3993 src/nvim/regexp.c @ Line 2636 readability-braces-around-statements statement should be inside braces 2
3994 src/nvim/regexp.c @ Line 2659 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3995 src/nvim/regexp.c @ Line 2666 google-readability-braces-around-statements statement should be inside braces 2
3996 src/nvim/regexp.c @ Line 2666 readability-braces-around-statements statement should be inside braces 2
3997 src/nvim/regexp.c @ Line 2693 readability-non-const-parameter pointer parameter 'val' can be pointer to const 2
3998 src/nvim/regexp.c @ Line 2697 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
3999 src/nvim/regexp.c @ Line 2733 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
4000 src/nvim/regexp.c @ Line 2735 google-readability-braces-around-statements statement should be inside braces 2
4001 src/nvim/regexp.c @ Line 2735 readability-braces-around-statements statement should be inside braces 2
4002 src/nvim/regexp.c @ Line 2793 misc-no-recursion function 'peekchr' is within a recursive call chain 4
4003 src/nvim/regexp.c @ Line 2806 google-readability-braces-around-statements statement should be inside braces 2
4004 src/nvim/regexp.c @ Line 2806 readability-braces-around-statements statement should be inside braces 2
4005 src/nvim/regexp.c @ Line 2832 google-readability-braces-around-statements statement should be inside braces 2
4006 src/nvim/regexp.c @ Line 2832 readability-braces-around-statements statement should be inside braces 2
4007 src/nvim/regexp.c @ Line 2845 google-readability-braces-around-statements statement should be inside braces 2
4008 src/nvim/regexp.c @ Line 2845 readability-braces-around-statements statement should be inside braces 2
4009 src/nvim/regexp.c @ Line 2899 google-readability-braces-around-statements statement should be inside braces 2
4010 src/nvim/regexp.c @ Line 2899 readability-braces-around-statements statement should be inside braces 2
4011 src/nvim/regexp.c @ Line 2925 google-readability-braces-around-statements statement should be inside braces 2
4012 src/nvim/regexp.c @ Line 2925 readability-braces-around-statements statement should be inside braces 2
4013 src/nvim/regexp.c @ Line 2950 google-readability-braces-around-statements statement should be inside braces 2
4014 src/nvim/regexp.c @ Line 2950 readability-braces-around-statements statement should be inside braces 2
4015 src/nvim/regexp.c @ Line 2952 google-readability-braces-around-statements statement should be inside braces 2
4016 src/nvim/regexp.c @ Line 2952 readability-braces-around-statements statement should be inside braces 2
4017 src/nvim/regexp.c @ Line 3028 google-readability-braces-around-statements statement should be inside braces 2
4018 src/nvim/regexp.c @ Line 3028 readability-braces-around-statements statement should be inside braces 2
4019 src/nvim/regexp.c @ Line 3035 google-readability-braces-around-statements statement should be inside braces 2
4020 src/nvim/regexp.c @ Line 3035 readability-braces-around-statements statement should be inside braces 2
4021 src/nvim/regexp.c @ Line 3052 google-readability-braces-around-statements statement should be inside braces 2
4022 src/nvim/regexp.c @ Line 3052 readability-braces-around-statements statement should be inside braces 2
4023 src/nvim/regexp.c @ Line 3060 google-readability-braces-around-statements statement should be inside braces 2
4024 src/nvim/regexp.c @ Line 3060 readability-braces-around-statements statement should be inside braces 2
4025 src/nvim/regexp.c @ Line 3081 google-readability-braces-around-statements statement should be inside braces 2
4026 src/nvim/regexp.c @ Line 3081 readability-braces-around-statements statement should be inside braces 2
4027 src/nvim/regexp.c @ Line 3088 google-readability-braces-around-statements statement should be inside braces 2
4028 src/nvim/regexp.c @ Line 3088 readability-braces-around-statements statement should be inside braces 2
4029 src/nvim/regexp.c @ Line 3488 google-readability-braces-around-statements statement should be inside braces 2
4030 src/nvim/regexp.c @ Line 3488 readability-braces-around-statements statement should be inside braces 2
4031 src/nvim/regexp.c @ Line 3605 google-readability-braces-around-statements statement should be inside braces 2
4032 src/nvim/regexp.c @ Line 3605 readability-braces-around-statements statement should be inside braces 2
4033 src/nvim/regexp.c @ Line 3607 google-readability-braces-around-statements statement should be inside braces 2
4034 src/nvim/regexp.c @ Line 3607 readability-braces-around-statements statement should be inside braces 2
4035 src/nvim/regexp.c @ Line 3648 google-readability-braces-around-statements statement should be inside braces 2
4036 src/nvim/regexp.c @ Line 3648 readability-braces-around-statements statement should be inside braces 2
4037 src/nvim/regexp.c @ Line 3662 google-readability-braces-around-statements statement should be inside braces 2
4038 src/nvim/regexp.c @ Line 3662 readability-braces-around-statements statement should be inside braces 2
4039 src/nvim/regexp.c @ Line 3727 google-readability-braces-around-statements statement should be inside braces 2
4040 src/nvim/regexp.c @ Line 3727 readability-braces-around-statements statement should be inside braces 2
4041 src/nvim/regexp.c @ Line 3752 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4042 src/nvim/regexp.c @ Line 3757 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4043 src/nvim/regexp.c @ Line 3758 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4044 src/nvim/regexp.c @ Line 3801 google-readability-braces-around-statements statement should be inside braces 2
4045 src/nvim/regexp.c @ Line 3801 readability-braces-around-statements statement should be inside braces 2
4046 src/nvim/regexp.c @ Line 3803 google-readability-braces-around-statements statement should be inside braces 2
4047 src/nvim/regexp.c @ Line 3803 readability-braces-around-statements statement should be inside braces 2
4048 src/nvim/regexp.c @ Line 3844 readability-non-const-parameter pointer parameter 'tm' can be pointer to const 2
4049 src/nvim/regexp.c @ Line 4007 google-readability-braces-around-statements statement should be inside braces 2
4050 src/nvim/regexp.c @ Line 4007 readability-braces-around-statements statement should be inside braces 2
4051 src/nvim/regexp.c @ Line 4045 bugprone-branch-clone repeated branch in conditional chain 3
4052 src/nvim/regexp.c @ Line 4057 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4053 src/nvim/regexp.c @ Line 4079 google-readability-braces-around-statements statement should be inside braces 2
4054 src/nvim/regexp.c @ Line 4079 readability-braces-around-statements statement should be inside braces 2
4055 src/nvim/regexp.c @ Line 4081 google-readability-braces-around-statements statement should be inside braces 2
4056 src/nvim/regexp.c @ Line 4081 readability-braces-around-statements statement should be inside braces 2
4057 src/nvim/regexp.c @ Line 4143 google-readability-braces-around-statements statement should be inside braces 2
4058 src/nvim/regexp.c @ Line 4143 readability-braces-around-statements statement should be inside braces 2
4059 src/nvim/regexp.c @ Line 4145 google-readability-braces-around-statements statement should be inside braces 2
4060 src/nvim/regexp.c @ Line 4145 readability-braces-around-statements statement should be inside braces 2
4061 src/nvim/regexp.c @ Line 4150 google-readability-braces-around-statements statement should be inside braces 2
4062 src/nvim/regexp.c @ Line 4150 readability-braces-around-statements statement should be inside braces 2
4063 src/nvim/regexp.c @ Line 4152 google-readability-braces-around-statements statement should be inside braces 2
4064 src/nvim/regexp.c @ Line 4152 readability-braces-around-statements statement should be inside braces 2
4065 src/nvim/regexp.c @ Line 4157 google-readability-braces-around-statements statement should be inside braces 2
4066 src/nvim/regexp.c @ Line 4157 readability-braces-around-statements statement should be inside braces 2
4067 src/nvim/regexp.c @ Line 4159 google-readability-braces-around-statements statement should be inside braces 2
4068 src/nvim/regexp.c @ Line 4159 readability-braces-around-statements statement should be inside braces 2
4069 src/nvim/regexp.c @ Line 4164 google-readability-braces-around-statements statement should be inside braces 2
4070 src/nvim/regexp.c @ Line 4164 readability-braces-around-statements statement should be inside braces 2
4071 src/nvim/regexp.c @ Line 4166 google-readability-braces-around-statements statement should be inside braces 2
4072 src/nvim/regexp.c @ Line 4166 readability-braces-around-statements statement should be inside braces 2
4073 src/nvim/regexp.c @ Line 4171 google-readability-braces-around-statements statement should be inside braces 2
4074 src/nvim/regexp.c @ Line 4171 readability-braces-around-statements statement should be inside braces 2
4075 src/nvim/regexp.c @ Line 4173 google-readability-braces-around-statements statement should be inside braces 2
4076 src/nvim/regexp.c @ Line 4173 readability-braces-around-statements statement should be inside braces 2
4077 src/nvim/regexp.c @ Line 4178 google-readability-braces-around-statements statement should be inside braces 2
4078 src/nvim/regexp.c @ Line 4178 readability-braces-around-statements statement should be inside braces 2
4079 src/nvim/regexp.c @ Line 4180 google-readability-braces-around-statements statement should be inside braces 2
4080 src/nvim/regexp.c @ Line 4180 readability-braces-around-statements statement should be inside braces 2
4081 src/nvim/regexp.c @ Line 4185 google-readability-braces-around-statements statement should be inside braces 2
4082 src/nvim/regexp.c @ Line 4185 readability-braces-around-statements statement should be inside braces 2
4083 src/nvim/regexp.c @ Line 4187 google-readability-braces-around-statements statement should be inside braces 2
4084 src/nvim/regexp.c @ Line 4187 readability-braces-around-statements statement should be inside braces 2
4085 src/nvim/regexp.c @ Line 4192 google-readability-braces-around-statements statement should be inside braces 2
4086 src/nvim/regexp.c @ Line 4192 readability-braces-around-statements statement should be inside braces 2
4087 src/nvim/regexp.c @ Line 4194 google-readability-braces-around-statements statement should be inside braces 2
4088 src/nvim/regexp.c @ Line 4194 readability-braces-around-statements statement should be inside braces 2
4089 src/nvim/regexp.c @ Line 4199 google-readability-braces-around-statements statement should be inside braces 2
4090 src/nvim/regexp.c @ Line 4199 readability-braces-around-statements statement should be inside braces 2
4091 src/nvim/regexp.c @ Line 4201 google-readability-braces-around-statements statement should be inside braces 2
4092 src/nvim/regexp.c @ Line 4201 readability-braces-around-statements statement should be inside braces 2
4093 src/nvim/regexp.c @ Line 4206 google-readability-braces-around-statements statement should be inside braces 2
4094 src/nvim/regexp.c @ Line 4206 readability-braces-around-statements statement should be inside braces 2
4095 src/nvim/regexp.c @ Line 4208 google-readability-braces-around-statements statement should be inside braces 2
4096 src/nvim/regexp.c @ Line 4208 readability-braces-around-statements statement should be inside braces 2
4097 src/nvim/regexp.c @ Line 4213 google-readability-braces-around-statements statement should be inside braces 2
4098 src/nvim/regexp.c @ Line 4213 readability-braces-around-statements statement should be inside braces 2
4099 src/nvim/regexp.c @ Line 4215 google-readability-braces-around-statements statement should be inside braces 2
4100 src/nvim/regexp.c @ Line 4215 readability-braces-around-statements statement should be inside braces 2
4101 src/nvim/regexp.c @ Line 4220 google-readability-braces-around-statements statement should be inside braces 2
4102 src/nvim/regexp.c @ Line 4220 readability-braces-around-statements statement should be inside braces 2
4103 src/nvim/regexp.c @ Line 4222 google-readability-braces-around-statements statement should be inside braces 2
4104 src/nvim/regexp.c @ Line 4222 readability-braces-around-statements statement should be inside braces 2
4105 src/nvim/regexp.c @ Line 4227 google-readability-braces-around-statements statement should be inside braces 2
4106 src/nvim/regexp.c @ Line 4227 readability-braces-around-statements statement should be inside braces 2
4107 src/nvim/regexp.c @ Line 4229 google-readability-braces-around-statements statement should be inside braces 2
4108 src/nvim/regexp.c @ Line 4229 readability-braces-around-statements statement should be inside braces 2
4109 src/nvim/regexp.c @ Line 4234 google-readability-braces-around-statements statement should be inside braces 2
4110 src/nvim/regexp.c @ Line 4234 readability-braces-around-statements statement should be inside braces 2
4111 src/nvim/regexp.c @ Line 4236 google-readability-braces-around-statements statement should be inside braces 2
4112 src/nvim/regexp.c @ Line 4236 readability-braces-around-statements statement should be inside braces 2
4113 src/nvim/regexp.c @ Line 4241 google-readability-braces-around-statements statement should be inside braces 2
4114 src/nvim/regexp.c @ Line 4241 readability-braces-around-statements statement should be inside braces 2
4115 src/nvim/regexp.c @ Line 4243 google-readability-braces-around-statements statement should be inside braces 2
4116 src/nvim/regexp.c @ Line 4243 readability-braces-around-statements statement should be inside braces 2
4117 src/nvim/regexp.c @ Line 4248 google-readability-braces-around-statements statement should be inside braces 2
4118 src/nvim/regexp.c @ Line 4248 readability-braces-around-statements statement should be inside braces 2
4119 src/nvim/regexp.c @ Line 4250 google-readability-braces-around-statements statement should be inside braces 2
4120 src/nvim/regexp.c @ Line 4250 readability-braces-around-statements statement should be inside braces 2
4121 src/nvim/regexp.c @ Line 4255 google-readability-braces-around-statements statement should be inside braces 2
4122 src/nvim/regexp.c @ Line 4255 readability-braces-around-statements statement should be inside braces 2
4123 src/nvim/regexp.c @ Line 4257 google-readability-braces-around-statements statement should be inside braces 2
4124 src/nvim/regexp.c @ Line 4257 readability-braces-around-statements statement should be inside braces 2
4125 src/nvim/regexp.c @ Line 4262 google-readability-braces-around-statements statement should be inside braces 2
4126 src/nvim/regexp.c @ Line 4262 readability-braces-around-statements statement should be inside braces 2
4127 src/nvim/regexp.c @ Line 4264 google-readability-braces-around-statements statement should be inside braces 2
4128 src/nvim/regexp.c @ Line 4264 readability-braces-around-statements statement should be inside braces 2
4129 src/nvim/regexp.c @ Line 4311 google-readability-braces-around-statements statement should be inside braces 2
4130 src/nvim/regexp.c @ Line 4311 readability-braces-around-statements statement should be inside braces 2
4131 src/nvim/regexp.c @ Line 4312 bugprone-branch-clone repeated branch in conditional chain 3
4132 src/nvim/regexp.c @ Line 4313 google-readability-braces-around-statements statement should be inside braces 2
4133 src/nvim/regexp.c @ Line 4313 readability-braces-around-statements statement should be inside braces 2
4134 src/nvim/regexp.c @ Line 4315 google-readability-braces-around-statements statement should be inside braces 2
4135 src/nvim/regexp.c @ Line 4315 readability-braces-around-statements statement should be inside braces 2
4136 src/nvim/regexp.c @ Line 4321 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4137 src/nvim/regexp.c @ Line 4386 google-readability-braces-around-statements statement should be inside braces 2
4138 src/nvim/regexp.c @ Line 4386 readability-braces-around-statements statement should be inside braces 2
4139 src/nvim/regexp.c @ Line 4387 google-readability-braces-around-statements statement should be inside braces 2
4140 src/nvim/regexp.c @ Line 4387 readability-braces-around-statements statement should be inside braces 2
4141 src/nvim/regexp.c @ Line 4392 google-readability-braces-around-statements statement should be inside braces 2
4142 src/nvim/regexp.c @ Line 4392 readability-braces-around-statements statement should be inside braces 2
4143 src/nvim/regexp.c @ Line 4417 google-readability-braces-around-statements statement should be inside braces 2
4144 src/nvim/regexp.c @ Line 4417 readability-braces-around-statements statement should be inside braces 2
4145 src/nvim/regexp.c @ Line 4430 google-readability-braces-around-statements statement should be inside braces 2
4146 src/nvim/regexp.c @ Line 4430 readability-braces-around-statements statement should be inside braces 2
4147 src/nvim/regexp.c @ Line 4448 google-readability-braces-around-statements statement should be inside braces 2
4148 src/nvim/regexp.c @ Line 4448 readability-braces-around-statements statement should be inside braces 2
4149 src/nvim/regexp.c @ Line 4496 google-readability-braces-around-statements statement should be inside braces 2
4150 src/nvim/regexp.c @ Line 4496 readability-braces-around-statements statement should be inside braces 2
4151 src/nvim/regexp.c @ Line 4592 google-readability-braces-around-statements statement should be inside braces 2
4152 src/nvim/regexp.c @ Line 4592 readability-braces-around-statements statement should be inside braces 2
4153 src/nvim/regexp.c @ Line 4596 google-readability-braces-around-statements statement should be inside braces 2
4154 src/nvim/regexp.c @ Line 4596 readability-braces-around-statements statement should be inside braces 2
4155 src/nvim/regexp.c @ Line 4598 google-readability-braces-around-statements statement should be inside braces 2
4156 src/nvim/regexp.c @ Line 4598 readability-braces-around-statements statement should be inside braces 2
4157 src/nvim/regexp.c @ Line 4640 google-readability-braces-around-statements statement should be inside braces 2
4158 src/nvim/regexp.c @ Line 4640 readability-braces-around-statements statement should be inside braces 2
4159 src/nvim/regexp.c @ Line 4656 google-readability-braces-around-statements statement should be inside braces 2
4160 src/nvim/regexp.c @ Line 4656 readability-braces-around-statements statement should be inside braces 2
4161 src/nvim/regexp.c @ Line 4669 google-readability-braces-around-statements statement should be inside braces 2
4162 src/nvim/regexp.c @ Line 4669 readability-braces-around-statements statement should be inside braces 2
4163 src/nvim/regexp.c @ Line 4737 google-readability-braces-around-statements statement should be inside braces 2
4164 src/nvim/regexp.c @ Line 4737 readability-braces-around-statements statement should be inside braces 2
4165 src/nvim/regexp.c @ Line 4744 google-readability-braces-around-statements statement should be inside braces 2
4166 src/nvim/regexp.c @ Line 4744 readability-braces-around-statements statement should be inside braces 2
4167 src/nvim/regexp.c @ Line 4754 google-readability-braces-around-statements statement should be inside braces 2
4168 src/nvim/regexp.c @ Line 4754 readability-braces-around-statements statement should be inside braces 2
4169 src/nvim/regexp.c @ Line 4774 google-readability-braces-around-statements statement should be inside braces 2
4170 src/nvim/regexp.c @ Line 4774 readability-braces-around-statements statement should be inside braces 2
4171 src/nvim/regexp.c @ Line 4826 google-readability-braces-around-statements statement should be inside braces 2
4172 src/nvim/regexp.c @ Line 4826 readability-braces-around-statements statement should be inside braces 2
4173 src/nvim/regexp.c @ Line 4881 google-readability-braces-around-statements statement should be inside braces 2
4174 src/nvim/regexp.c @ Line 4881 readability-braces-around-statements statement should be inside braces 2
4175 src/nvim/regexp.c @ Line 4922 google-readability-braces-around-statements statement should be inside braces 2
4176 src/nvim/regexp.c @ Line 4922 readability-braces-around-statements statement should be inside braces 2
4177 src/nvim/regexp.c @ Line 4928 google-readability-braces-around-statements statement should be inside braces 2
4178 src/nvim/regexp.c @ Line 4928 readability-braces-around-statements statement should be inside braces 2
4179 src/nvim/regexp.c @ Line 4942 google-readability-braces-around-statements statement should be inside braces 2
4180 src/nvim/regexp.c @ Line 4942 readability-braces-around-statements statement should be inside braces 2
4181 src/nvim/regexp.c @ Line 4946 google-readability-braces-around-statements statement should be inside braces 2
4182 src/nvim/regexp.c @ Line 4946 readability-braces-around-statements statement should be inside braces 2
4183 src/nvim/regexp.c @ Line 4950 google-readability-braces-around-statements statement should be inside braces 2
4184 src/nvim/regexp.c @ Line 4950 readability-braces-around-statements statement should be inside braces 2
4185 src/nvim/regexp.c @ Line 4991 google-readability-braces-around-statements statement should be inside braces 2
4186 src/nvim/regexp.c @ Line 4991 readability-braces-around-statements statement should be inside braces 2
4187 src/nvim/regexp.c @ Line 5016 google-readability-braces-around-statements statement should be inside braces 2
4188 src/nvim/regexp.c @ Line 5016 readability-braces-around-statements statement should be inside braces 2
4189 src/nvim/regexp.c @ Line 5023 google-readability-braces-around-statements statement should be inside braces 2
4190 src/nvim/regexp.c @ Line 5023 readability-braces-around-statements statement should be inside braces 2
4191 src/nvim/regexp.c @ Line 5045 google-readability-casting redundant cast to the same type 1
4192 src/nvim/regexp.c @ Line 5095 google-readability-braces-around-statements statement should be inside braces 2
4193 src/nvim/regexp.c @ Line 5095 readability-braces-around-statements statement should be inside braces 2
4194 src/nvim/regexp.c @ Line 5105 google-readability-braces-around-statements statement should be inside braces 2
4195 src/nvim/regexp.c @ Line 5105 readability-braces-around-statements statement should be inside braces 2
4196 src/nvim/regexp.c @ Line 5126 google-readability-braces-around-statements statement should be inside braces 2
4197 src/nvim/regexp.c @ Line 5126 readability-braces-around-statements statement should be inside braces 2
4198 src/nvim/regexp.c @ Line 5130 google-readability-braces-around-statements statement should be inside braces 2
4199 src/nvim/regexp.c @ Line 5130 readability-braces-around-statements statement should be inside braces 2
4200 src/nvim/regexp.c @ Line 5132 google-readability-braces-around-statements statement should be inside braces 2
4201 src/nvim/regexp.c @ Line 5132 readability-braces-around-statements statement should be inside braces 2
4202 src/nvim/regexp.c @ Line 5157 google-readability-braces-around-statements statement should be inside braces 2
4203 src/nvim/regexp.c @ Line 5157 readability-braces-around-statements statement should be inside braces 2
4204 src/nvim/regexp.c @ Line 5162 google-readability-braces-around-statements statement should be inside braces 2
4205 src/nvim/regexp.c @ Line 5162 readability-braces-around-statements statement should be inside braces 2
4206 src/nvim/regexp.c @ Line 5397 bugprone-branch-clone repeated branch in conditional chain 3
4207 src/nvim/regexp.c @ Line 5479 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4208 src/nvim/regexp.c @ Line 5503 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4209 src/nvim/regexp.c @ Line 5555 google-readability-braces-around-statements statement should be inside braces 2
4210 src/nvim/regexp.c @ Line 5555 readability-braces-around-statements statement should be inside braces 2
4211 src/nvim/regexp.c @ Line 5603 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
4212 src/nvim/regexp.c @ Line 5603 google-readability-braces-around-statements statement should be inside braces 2
4213 src/nvim/regexp.c @ Line 5603 readability-braces-around-statements statement should be inside braces 2
4214 src/nvim/regexp.c @ Line 5607 google-readability-braces-around-statements statement should be inside braces 2
4215 src/nvim/regexp.c @ Line 5607 readability-braces-around-statements statement should be inside braces 2
4216 src/nvim/regexp.c @ Line 5610 google-readability-braces-around-statements statement should be inside braces 2
4217 src/nvim/regexp.c @ Line 5610 readability-braces-around-statements statement should be inside braces 2
4218 src/nvim/regexp.c @ Line 5612 readability-else-after-return do not use 'else' after 'return' 2
4219 src/nvim/regexp.c @ Line 5612 google-readability-braces-around-statements statement should be inside braces 2
4220 src/nvim/regexp.c @ Line 5612 readability-braces-around-statements statement should be inside braces 2
4221 src/nvim/regexp.c @ Line 5785 readability-non-const-parameter pointer parameter 'scan' can be pointer to const 2
4222 src/nvim/regexp.c @ Line 5789 google-readability-braces-around-statements statement should be inside braces 2
4223 src/nvim/regexp.c @ Line 5789 readability-braces-around-statements statement should be inside braces 2
4224 src/nvim/regexp.c @ Line 5791 google-readability-braces-around-statements statement should be inside braces 2
4225 src/nvim/regexp.c @ Line 5791 readability-braces-around-statements statement should be inside braces 2
4226 src/nvim/regexp.c @ Line 5809 google-readability-braces-around-statements statement should be inside braces 2
4227 src/nvim/regexp.c @ Line 5809 readability-braces-around-statements statement should be inside braces 2
4228 src/nvim/regexp.c @ Line 5822 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4229 src/nvim/regexp.c @ Line 5831 google-readability-braces-around-statements statement should be inside braces 2
4230 src/nvim/regexp.c @ Line 5831 readability-braces-around-statements statement should be inside braces 2
4231 src/nvim/regexp.c @ Line 5833 google-readability-braces-around-statements statement should be inside braces 2
4232 src/nvim/regexp.c @ Line 5833 readability-braces-around-statements statement should be inside braces 2
4233 src/nvim/regexp.c @ Line 5851 google-readability-braces-around-statements statement should be inside braces 2
4234 src/nvim/regexp.c @ Line 5851 readability-braces-around-statements statement should be inside braces 2
4235 src/nvim/regexp.c @ Line 5855 google-readability-braces-around-statements statement should be inside braces 2
4236 src/nvim/regexp.c @ Line 5855 readability-braces-around-statements statement should be inside braces 2
4237 src/nvim/regexp.c @ Line 6411 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4238 src/nvim/regexp.c @ Line 6412 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4239 src/nvim/regexp.c @ Line 6439 google-readability-braces-around-statements statement should be inside braces 2
4240 src/nvim/regexp.c @ Line 6439 readability-braces-around-statements statement should be inside braces 2
4241 src/nvim/regexp.c @ Line 6514 google-readability-braces-around-statements statement should be inside braces 2
4242 src/nvim/regexp.c @ Line 6514 readability-braces-around-statements statement should be inside braces 2
4243 src/nvim/regexp.c @ Line 6516 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4244 src/nvim/regexp.c @ Line 6518 google-readability-braces-around-statements statement should be inside braces 2
4245 src/nvim/regexp.c @ Line 6518 readability-braces-around-statements statement should be inside braces 2
4246 src/nvim/regexp.c @ Line 6522 google-readability-braces-around-statements statement should be inside braces 2
4247 src/nvim/regexp.c @ Line 6522 readability-braces-around-statements statement should be inside braces 2
4248 src/nvim/regexp.c @ Line 6524 google-readability-braces-around-statements statement should be inside braces 2
4249 src/nvim/regexp.c @ Line 6524 readability-braces-around-statements statement should be inside braces 2
4250 src/nvim/regexp.c @ Line 6536 google-readability-braces-around-statements statement should be inside braces 2
4251 src/nvim/regexp.c @ Line 6536 readability-braces-around-statements statement should be inside braces 2
4252 src/nvim/regexp.c @ Line 6538 google-readability-braces-around-statements statement should be inside braces 2
4253 src/nvim/regexp.c @ Line 6538 readability-braces-around-statements statement should be inside braces 2
4254 src/nvim/regexp.c @ Line 6691 google-readability-braces-around-statements statement should be inside braces 2
4255 src/nvim/regexp.c @ Line 6691 readability-braces-around-statements statement should be inside braces 2
4256 src/nvim/regexp.c @ Line 6704 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4257 src/nvim/regexp.c @ Line 6730 readability-identifier-naming invalid case style for variable 'matchList' 2
4258 src/nvim/regexp.c @ Line 6805 google-readability-braces-around-statements statement should be inside braces 2
4259 src/nvim/regexp.c @ Line 6805 readability-braces-around-statements statement should be inside braces 2
4260 src/nvim/regexp.c @ Line 6807 google-readability-braces-around-statements statement should be inside braces 2
4261 src/nvim/regexp.c @ Line 6807 readability-braces-around-statements statement should be inside braces 2
4262 src/nvim/regexp.c @ Line 6961 google-readability-braces-around-statements statement should be inside braces 2
4263 src/nvim/regexp.c @ Line 6961 readability-braces-around-statements statement should be inside braces 2
4264 src/nvim/regexp.c @ Line 6964 google-readability-braces-around-statements statement should be inside braces 2
4265 src/nvim/regexp.c @ Line 6964 readability-braces-around-statements statement should be inside braces 2
4266 src/nvim/regexp.c @ Line 6967 google-readability-braces-around-statements statement should be inside braces 2
4267 src/nvim/regexp.c @ Line 6967 readability-braces-around-statements statement should be inside braces 2
4268 src/nvim/regexp.c @ Line 6995 google-readability-braces-around-statements statement should be inside braces 2
4269 src/nvim/regexp.c @ Line 6995 readability-braces-around-statements statement should be inside braces 2
4270 src/nvim/regexp.c @ Line 7036 google-readability-braces-around-statements statement should be inside braces 2
4271 src/nvim/regexp.c @ Line 7036 readability-braces-around-statements statement should be inside braces 2
4272 src/nvim/regexp.c @ Line 7069 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4273 src/nvim/regexp.c @ Line 7076 google-readability-braces-around-statements statement should be inside braces 2
4274 src/nvim/regexp.c @ Line 7076 readability-braces-around-statements statement should be inside braces 2
4275 src/nvim/regexp.c @ Line 7077 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4276 src/nvim/regexp.c @ Line 7079 google-readability-braces-around-statements statement should be inside braces 2
4277 src/nvim/regexp.c @ Line 7079 readability-braces-around-statements statement should be inside braces 2
4278 src/nvim/regexp.c @ Line 7175 bugprone-suspicious-include suspicious #include of file with '.c' extension 1
4279 src/nvim/regexp.c @ Line 7293 google-readability-braces-around-statements statement should be inside braces 2
4280 src/nvim/regexp.c @ Line 7293 readability-braces-around-statements statement should be inside braces 2
4281 src/nvim/runtime.c @ Line 167 misc-no-recursion function 'do_in_path_and_pp' is within a recursive call chain 4
4282 src/nvim/runtime.c @ Line 185 clang-analyzer-core.NonNullParamChecker Null pointer passed to 1st parameter expecting 'nonnull' 16
4283 src/nvim/runtime.c @ Line 208 clang-analyzer-core.NonNullParamChecker Null pointer passed to 1st parameter expecting 'nonnull' 20
4284 src/nvim/runtime.c @ Line 272 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4285 src/nvim/runtime.c @ Line 448 readability-identifier-naming invalid case style for variable 'APP_ADD_DIR' 2
4286 src/nvim/runtime.c @ Line 449 readability-identifier-naming invalid case style for variable 'APP_LOAD' 2
4287 src/nvim/runtime.c @ Line 450 readability-identifier-naming invalid case style for variable 'APP_BOTH' 2
4288 src/nvim/screen.c @ Line 742 misc-no-recursion function 'win_update' is within a recursive call chain 4
4289 src/nvim/screen.c @ Line 3567 google-readability-todo missing username/bug in TODO 2
4290 src/nvim/screen.c @ Line 4619 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4291 src/nvim/screen.c @ Line 4620 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4292 src/nvim/screen.c @ Line 4911 misc-no-recursion function 'win_redraw_last_status' is within a recursive call chain 4
4293 src/nvim/screen.c @ Line 5078 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4294 src/nvim/screen.c @ Line 5084 bugprone-misplaced-widening-cast either cast from 'int' to 'long' is ineffective, or there is loss of precision before the conversion 1
4295 src/nvim/screen.c @ Line 5095 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4296 src/nvim/screen.c @ Line 5108 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4297 src/nvim/screen.c @ Line 5227 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4298 src/nvim/screen.c @ Line 5231 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4299 src/nvim/screen.c @ Line 5235 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4300 src/nvim/screen.c @ Line 5239 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4301 src/nvim/screen.c @ Line 5374 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4302 src/nvim/search.c @ Line 397 bugprone-branch-clone repeated branch in conditional chain 3
4303 src/nvim/search.c @ Line 1072 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
4304 src/nvim/search.c @ Line 1893 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4305 src/nvim/search.c @ Line 2070 google-readability-todo missing username/bug in TODO 2
4306 src/nvim/search.c @ Line 2083 readability-else-after-return do not use 'else' after 'continue' 1
4307 src/nvim/search.c @ Line 2242 readability-else-after-return do not use 'else' after 'break' 1
4308 src/nvim/search.c @ Line 2253 readability-else-after-return do not use 'else' after 'break' 1
4309 src/nvim/search.c @ Line 2278 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4310 src/nvim/search.c @ Line 2366 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4311 src/nvim/search.c @ Line 2460 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4312 src/nvim/search.c @ Line 2521 readability-identifier-naming invalid case style for variable 'cpo_J' 2
4313 src/nvim/search.c @ Line 2533 google-readability-braces-around-statements statement should be inside braces 2
4314 src/nvim/search.c @ Line 2533 readability-braces-around-statements statement should be inside braces 2
4315 src/nvim/search.c @ Line 2657 readability-non-const-parameter pointer parameter 's' can be pointer to const 2
4316 src/nvim/search.c @ Line 3392 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4317 src/nvim/search.c @ Line 3579 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4318 src/nvim/search.c @ Line 3952 readability-else-after-return do not use 'else' after 'return' 1
4319 src/nvim/search.c @ Line 4262 readability-identifier-naming invalid case style for variable 'save_VIsual' 2
4320 src/nvim/search.c @ Line 4339 readability-else-after-return do not use 'else' after 'return' 1
4321 src/nvim/search.c @ Line 4509 bugprone-not-null-terminated-result the result from calling 'memmove' is not null-terminated 2
4322 src/nvim/search.c @ Line 4515 bugprone-not-null-terminated-result the result from calling 'memmove' is not null-terminated 2
4323 src/nvim/sha256.c @ Line 57 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4324 src/nvim/sha256.c @ Line 57 readability-identifier-naming invalid case style for variable 'W' 2
4325 src/nvim/sha256.c @ Line 58 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4326 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'A' 2
4327 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'B' 2
4328 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'C' 2
4329 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'D' 2
4330 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'E' 2
4331 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'F' 2
4332 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'G' 2
4333 src/nvim/sha256.c @ Line 58 readability-identifier-naming invalid case style for variable 'H' 2
4334 src/nvim/sha256.c @ Line 77 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4335 src/nvim/sha256.c @ Line 77 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4336 src/nvim/sha256.c @ Line 78 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4337 src/nvim/sha256.c @ Line 78 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4338 src/nvim/sha256.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4339 src/nvim/sha256.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4340 src/nvim/sha256.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4341 src/nvim/sha256.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4342 src/nvim/sha256.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4343 src/nvim/sha256.c @ Line 87 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4344 src/nvim/sha256.c @ Line 87 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4345 src/nvim/sha256.c @ Line 87 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4346 src/nvim/sha256.c @ Line 87 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4347 src/nvim/sha256.c @ Line 90 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4348 src/nvim/sha256.c @ Line 90 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4349 src/nvim/sha256.c @ Line 91 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4350 src/nvim/sha256.c @ Line 91 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4351 src/nvim/sha256.c @ Line 94 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4352 src/nvim/sha256.c @ Line 94 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4353 src/nvim/sha256.c @ Line 94 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4354 src/nvim/sha256.c @ Line 96 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4355 src/nvim/sha256.c @ Line 96 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4356 src/nvim/sha256.c @ Line 228 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4357 src/nvim/sha256.c @ Line 229 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4358 src/nvim/sha256.c @ Line 265 misc-no-recursion function 'sha256_bytes' is within a recursive call chain 5
4359 src/nvim/sha256.c @ Line 308 misc-no-recursion function 'sha256_self_test' is within a recursive call chain 1
4360 src/nvim/sha256.c @ Line 329 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4361 src/nvim/sha256.c @ Line 344 bugprone-suspicious-string-compare function 'memcmp' is called without explicitly comparing result 2
4362 src/nvim/shada.c @ Line 51 bugprone-reserved-identifier declaration uses identifier '_BSD_SOURCE', which is a reserved identifier 2
4363 src/nvim/shada.c @ Line 52 bugprone-reserved-identifier declaration uses identifier '_DEFAULT_SOURCE', which is a reserved identifier 2
4364 src/nvim/shada.c @ Line 62 readability-else-after-return do not use 'else' after 'return' 5
4365 src/nvim/shada.c @ Line 62 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
4366 src/nvim/shada.c @ Line 66 readability-else-after-return do not use 'else' after 'return' 5
4367 src/nvim/shada.c @ Line 66 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
4368 src/nvim/shada.c @ Line 67 readability-else-after-return do not use 'else' after 'return' 5
4369 src/nvim/shada.c @ Line 67 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
4370 src/nvim/shada.c @ Line 74 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4371 src/nvim/shada.c @ Line 76 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4372 src/nvim/shada.c @ Line 76 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4373 src/nvim/shada.c @ Line 78 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4374 src/nvim/shada.c @ Line 78 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4375 src/nvim/shada.c @ Line 80 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4376 src/nvim/shada.c @ Line 80 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4377 src/nvim/shada.c @ Line 82 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4378 src/nvim/shada.c @ Line 85 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4379 src/nvim/shada.c @ Line 86 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4380 src/nvim/shada.c @ Line 87 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4381 src/nvim/shada.c @ Line 321 readability-else-after-return do not use 'else' after 'return' 5
4382 src/nvim/shada.c @ Line 321 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
4383 src/nvim/shada.c @ Line 364 readability-else-after-return do not use 'else' after 'return' 5
4384 src/nvim/shada.c @ Line 364 readability-isolate-declaration multiple declarations in a single statement reduces readability 5
4385 src/nvim/shada.c @ Line 445 readability-identifier-naming invalid case style for global constant 'default_pos' 2
4386 src/nvim/shada.c @ Line 536 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4387 src/nvim/shada.c @ Line 536 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4388 src/nvim/shada.c @ Line 537 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4389 src/nvim/shada.c @ Line 537 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4390 src/nvim/shada.c @ Line 640 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4391 src/nvim/shada.c @ Line 640 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4392 src/nvim/shada.c @ Line 641 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4393 src/nvim/shada.c @ Line 641 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4394 src/nvim/shada.c @ Line 731 readability-else-after-return do not use 'else' after 'return' 1
4395 src/nvim/shada.c @ Line 761 readability-else-after-return do not use 'else' after 'return' 1
4396 src/nvim/shada.c @ Line 957 misc-no-recursion function 'hms_insert' is within a recursive call chain 4
4397 src/nvim/shada.c @ Line 1126 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4398 src/nvim/shada.c @ Line 1129 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4399 src/nvim/shada.c @ Line 1130 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4400 src/nvim/shada.c @ Line 1131 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4401 src/nvim/shada.c @ Line 1132 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4402 src/nvim/shada.c @ Line 1140 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4403 src/nvim/shada.c @ Line 1143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4404 src/nvim/shada.c @ Line 1143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4405 src/nvim/shada.c @ Line 1143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4406 src/nvim/shada.c @ Line 1146 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4407 src/nvim/shada.c @ Line 1146 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4408 src/nvim/shada.c @ Line 1147 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4409 src/nvim/shada.c @ Line 1153 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4410 src/nvim/shada.c @ Line 1153 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4411 src/nvim/shada.c @ Line 1153 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4412 src/nvim/shada.c @ Line 1157 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4413 src/nvim/shada.c @ Line 1159 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4414 src/nvim/shada.c @ Line 1163 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4415 src/nvim/shada.c @ Line 1206 bugprone-too-small-loop-variable loop variable has narrower type 'uint8_t' (aka 'unsigned char') than iteration's upper bound 'int' 1
4416 src/nvim/shada.c @ Line 1373 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4417 src/nvim/shada.c @ Line 1479 bugprone-too-small-loop-variable loop variable has narrower type 'uint8_t' (aka 'unsigned char') than iteration's upper bound 'int' 1
4418 src/nvim/shada.c @ Line 1626 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4419 src/nvim/shada.c @ Line 1626 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4420 src/nvim/shada.c @ Line 1715 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4421 src/nvim/shada.c @ Line 2334 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4422 src/nvim/shada.c @ Line 2335 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4423 src/nvim/shada.c @ Line 2339 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4424 src/nvim/shada.c @ Line 2516 google-readability-casting redundant cast to the same type 1
4425 src/nvim/shada.c @ Line 2604 bugprone-too-small-loop-variable loop variable has narrower type 'uint8_t' (aka 'unsigned char') than iteration's upper bound 'int' 1
4426 src/nvim/shada.c @ Line 2698 readability-identifier-naming invalid case style for variable 'copyID' 2
4427 src/nvim/shada.c @ Line 2709 readability-identifier-naming invalid case style for variable 'copyID' 2
4428 src/nvim/shada.c @ Line 2776 google-readability-casting redundant cast to the same type 1
4429 src/nvim/shada.c @ Line 2935 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4430 src/nvim/shada.c @ Line 2936 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4431 src/nvim/shada.c @ Line 2956 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4432 src/nvim/shada.c @ Line 3109 readability-else-after-return do not use 'else' after 'return' 1
4433 src/nvim/shada.c @ Line 3176 google-readability-casting redundant cast to the same type 1
4434 src/nvim/shada.c @ Line 3361 readability-else-after-return do not use 'else' after 'return' 1
4435 src/nvim/shada.c @ Line 3400 readability-else-after-return do not use 'else' after 'return' 1
4436 src/nvim/shada.c @ Line 3455 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4437 src/nvim/shada.c @ Line 3456 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4438 src/nvim/shada.c @ Line 3459 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4439 src/nvim/shada.c @ Line 3463 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4440 src/nvim/shada.c @ Line 3463 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4441 src/nvim/shada.c @ Line 3476 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4442 src/nvim/shada.c @ Line 3476 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4443 src/nvim/shada.c @ Line 3479 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4444 src/nvim/shada.c @ Line 3483 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4445 src/nvim/shada.c @ Line 3490 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4446 src/nvim/shada.c @ Line 3493 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4447 src/nvim/shada.c @ Line 3499 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4448 src/nvim/shada.c @ Line 3511 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4449 src/nvim/shada.c @ Line 3513 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4450 src/nvim/shada.c @ Line 3524 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4451 src/nvim/shada.c @ Line 3525 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4452 src/nvim/shada.c @ Line 3526 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4453 src/nvim/shada.c @ Line 3530 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4454 src/nvim/shada.c @ Line 3530 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4455 src/nvim/shada.c @ Line 3553 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4456 src/nvim/shada.c @ Line 3691 readability-else-after-return do not use 'else' after 'return' 1
4457 src/nvim/shada.c @ Line 4130 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
4458 src/nvim/sign.c @ Line 86 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4459 src/nvim/sign.c @ Line 370 readability-else-after-return do not use 'else' after 'return' 1
4460 src/nvim/sign.c @ Line 900 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4461 src/nvim/sign.c @ Line 1239 readability-non-const-parameter pointer parameter 'sign_name' can be pointer to const 2
4462 src/nvim/sign.c @ Line 1302 readability-non-const-parameter pointer parameter 'sign_name' can be pointer to const 2
4463 src/nvim/sign.c @ Line 1700 readability-identifier-naming invalid case style for enum constant 'EXP_SUBCMD' 2
4464 src/nvim/sign.c @ Line 1701 readability-identifier-naming invalid case style for enum constant 'EXP_DEFINE' 2
4465 src/nvim/sign.c @ Line 1702 readability-identifier-naming invalid case style for enum constant 'EXP_PLACE' 2
4466 src/nvim/sign.c @ Line 1703 readability-identifier-naming invalid case style for enum constant 'EXP_LIST' 2
4467 src/nvim/sign.c @ Line 1704 readability-identifier-naming invalid case style for enum constant 'EXP_UNPLACE' 2
4468 src/nvim/sign.c @ Line 1705 readability-identifier-naming invalid case style for enum constant 'EXP_SIGN_NAMES' 2
4469 src/nvim/sign.c @ Line 1706 readability-identifier-naming invalid case style for enum constant 'EXP_SIGN_GROUPS' 2
4470 src/nvim/spell.c @ Line 65 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4471 src/nvim/spell.c @ Line 65 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4472 src/nvim/spell.c @ Line 69 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4473 src/nvim/spell.c @ Line 69 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4474 src/nvim/spell.c @ Line 125 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
4475 src/nvim/spell.c @ Line 179 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4476 src/nvim/spell.c @ Line 228 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
4477 src/nvim/spell.c @ Line 524 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4478 src/nvim/spell.c @ Line 575 misc-no-recursion function 'find_word' is within a recursive call chain 4
4479 src/nvim/spell.c @ Line 591 google-readability-braces-around-statements statement should be inside braces 2
4480 src/nvim/spell.c @ Line 591 readability-braces-around-statements statement should be inside braces 2
4481 src/nvim/spell.c @ Line 613 google-readability-braces-around-statements statement should be inside braces 2
4482 src/nvim/spell.c @ Line 613 readability-braces-around-statements statement should be inside braces 2
4483 src/nvim/spell.c @ Line 628 google-readability-braces-around-statements statement should be inside braces 2
4484 src/nvim/spell.c @ Line 628 readability-braces-around-statements statement should be inside braces 2
4485 src/nvim/spell.c @ Line 651 google-readability-braces-around-statements statement should be inside braces 2
4486 src/nvim/spell.c @ Line 651 readability-braces-around-statements statement should be inside braces 2
4487 src/nvim/spell.c @ Line 656 google-readability-braces-around-statements statement should be inside braces 2
4488 src/nvim/spell.c @ Line 656 readability-braces-around-statements statement should be inside braces 2
4489 src/nvim/spell.c @ Line 661 google-readability-braces-around-statements statement should be inside braces 2
4490 src/nvim/spell.c @ Line 661 readability-braces-around-statements statement should be inside braces 2
4491 src/nvim/spell.c @ Line 667 google-readability-braces-around-statements statement should be inside braces 2
4492 src/nvim/spell.c @ Line 667 readability-braces-around-statements statement should be inside braces 2
4493 src/nvim/spell.c @ Line 669 google-readability-braces-around-statements statement should be inside braces 2
4494 src/nvim/spell.c @ Line 669 readability-braces-around-statements statement should be inside braces 2
4495 src/nvim/spell.c @ Line 678 google-readability-braces-around-statements statement should be inside braces 2
4496 src/nvim/spell.c @ Line 678 readability-braces-around-statements statement should be inside braces 2
4497 src/nvim/spell.c @ Line 690 google-readability-braces-around-statements statement should be inside braces 2
4498 src/nvim/spell.c @ Line 690 readability-braces-around-statements statement should be inside braces 2
4499 src/nvim/spell.c @ Line 692 google-readability-braces-around-statements statement should be inside braces 2
4500 src/nvim/spell.c @ Line 692 readability-braces-around-statements statement should be inside braces 2
4501 src/nvim/spell.c @ Line 714 google-readability-braces-around-statements statement should be inside braces 2
4502 src/nvim/spell.c @ Line 714 readability-braces-around-statements statement should be inside braces 2
4503 src/nvim/spell.c @ Line 717 google-readability-braces-around-statements statement should be inside braces 2
4504 src/nvim/spell.c @ Line 717 readability-braces-around-statements statement should be inside braces 2
4505 src/nvim/spell.c @ Line 757 google-readability-braces-around-statements statement should be inside braces 2
4506 src/nvim/spell.c @ Line 757 readability-braces-around-statements statement should be inside braces 2
4507 src/nvim/spell.c @ Line 768 google-readability-braces-around-statements statement should be inside braces 2
4508 src/nvim/spell.c @ Line 768 readability-braces-around-statements statement should be inside braces 2
4509 src/nvim/spell.c @ Line 772 google-readability-braces-around-statements statement should be inside braces 2
4510 src/nvim/spell.c @ Line 772 readability-braces-around-statements statement should be inside braces 2
4511 src/nvim/spell.c @ Line 793 google-readability-braces-around-statements statement should be inside braces 2
4512 src/nvim/spell.c @ Line 793 readability-braces-around-statements statement should be inside braces 2
4513 src/nvim/spell.c @ Line 807 google-readability-braces-around-statements statement should be inside braces 2
4514 src/nvim/spell.c @ Line 807 readability-braces-around-statements statement should be inside braces 2
4515 src/nvim/spell.c @ Line 812 google-readability-braces-around-statements statement should be inside braces 2
4516 src/nvim/spell.c @ Line 812 readability-braces-around-statements statement should be inside braces 2
4517 src/nvim/spell.c @ Line 814 google-readability-braces-around-statements statement should be inside braces 2
4518 src/nvim/spell.c @ Line 814 readability-braces-around-statements statement should be inside braces 2
4519 src/nvim/spell.c @ Line 821 google-readability-braces-around-statements statement should be inside braces 2
4520 src/nvim/spell.c @ Line 821 readability-braces-around-statements statement should be inside braces 2
4521 src/nvim/spell.c @ Line 826 google-readability-braces-around-statements statement should be inside braces 2
4522 src/nvim/spell.c @ Line 826 readability-braces-around-statements statement should be inside braces 2
4523 src/nvim/spell.c @ Line 845 google-readability-braces-around-statements statement should be inside braces 2
4524 src/nvim/spell.c @ Line 845 readability-braces-around-statements statement should be inside braces 2
4525 src/nvim/spell.c @ Line 879 google-readability-braces-around-statements statement should be inside braces 2
4526 src/nvim/spell.c @ Line 879 readability-braces-around-statements statement should be inside braces 2
4527 src/nvim/spell.c @ Line 882 google-readability-braces-around-statements statement should be inside braces 2
4528 src/nvim/spell.c @ Line 882 readability-braces-around-statements statement should be inside braces 2
4529 src/nvim/spell.c @ Line 888 google-readability-braces-around-statements statement should be inside braces 2
4530 src/nvim/spell.c @ Line 888 readability-braces-around-statements statement should be inside braces 2
4531 src/nvim/spell.c @ Line 903 google-readability-braces-around-statements statement should be inside braces 2
4532 src/nvim/spell.c @ Line 903 readability-braces-around-statements statement should be inside braces 2
4533 src/nvim/spell.c @ Line 925 google-readability-braces-around-statements statement should be inside braces 2
4534 src/nvim/spell.c @ Line 925 readability-braces-around-statements statement should be inside braces 2
4535 src/nvim/spell.c @ Line 934 google-readability-braces-around-statements statement should be inside braces 2
4536 src/nvim/spell.c @ Line 934 readability-braces-around-statements statement should be inside braces 2
4537 src/nvim/spell.c @ Line 959 google-readability-braces-around-statements statement should be inside braces 2
4538 src/nvim/spell.c @ Line 959 readability-braces-around-statements statement should be inside braces 2
4539 src/nvim/spell.c @ Line 963 google-readability-braces-around-statements statement should be inside braces 2
4540 src/nvim/spell.c @ Line 963 readability-braces-around-statements statement should be inside braces 2
4541 src/nvim/spell.c @ Line 972 google-readability-braces-around-statements statement should be inside braces 2
4542 src/nvim/spell.c @ Line 972 readability-braces-around-statements statement should be inside braces 2
4543 src/nvim/spell.c @ Line 979 google-readability-braces-around-statements statement should be inside braces 2
4544 src/nvim/spell.c @ Line 979 readability-braces-around-statements statement should be inside braces 2
4545 src/nvim/spell.c @ Line 983 google-readability-braces-around-statements statement should be inside braces 2
4546 src/nvim/spell.c @ Line 983 readability-braces-around-statements statement should be inside braces 2
4547 src/nvim/spell.c @ Line 985 google-readability-braces-around-statements statement should be inside braces 2
4548 src/nvim/spell.c @ Line 985 readability-braces-around-statements statement should be inside braces 2
4549 src/nvim/spell.c @ Line 987 google-readability-braces-around-statements statement should be inside braces 2
4550 src/nvim/spell.c @ Line 987 readability-braces-around-statements statement should be inside braces 2
4551 src/nvim/spell.c @ Line 989 google-readability-braces-around-statements statement should be inside braces 2
4552 src/nvim/spell.c @ Line 989 readability-braces-around-statements statement should be inside braces 2
4553 src/nvim/spell.c @ Line 1000 google-readability-braces-around-statements statement should be inside braces 2
4554 src/nvim/spell.c @ Line 1000 readability-braces-around-statements statement should be inside braces 2
4555 src/nvim/spell.c @ Line 1005 google-readability-braces-around-statements statement should be inside braces 2
4556 src/nvim/spell.c @ Line 1005 readability-braces-around-statements statement should be inside braces 2
4557 src/nvim/spell.c @ Line 1008 google-readability-braces-around-statements statement should be inside braces 2
4558 src/nvim/spell.c @ Line 1008 readability-braces-around-statements statement should be inside braces 2
4559 src/nvim/spell.c @ Line 1012 google-readability-braces-around-statements statement should be inside braces 2
4560 src/nvim/spell.c @ Line 1012 readability-braces-around-statements statement should be inside braces 2
4561 src/nvim/spell.c @ Line 1039 google-readability-braces-around-statements statement should be inside braces 2
4562 src/nvim/spell.c @ Line 1039 readability-braces-around-statements statement should be inside braces 2
4563 src/nvim/spell.c @ Line 1072 google-readability-braces-around-statements statement should be inside braces 2
4564 src/nvim/spell.c @ Line 1072 readability-braces-around-statements statement should be inside braces 2
4565 src/nvim/spell.c @ Line 1085 google-readability-braces-around-statements statement should be inside braces 2
4566 src/nvim/spell.c @ Line 1085 readability-braces-around-statements statement should be inside braces 2
4567 src/nvim/spell.c @ Line 1106 readability-non-const-parameter pointer parameter 'compflags' can be pointer to const 2
4568 src/nvim/spell.c @ Line 1118 google-readability-braces-around-statements statement should be inside braces 2
4569 src/nvim/spell.c @ Line 1118 readability-braces-around-statements statement should be inside braces 2
4570 src/nvim/spell.c @ Line 1121 google-readability-braces-around-statements statement should be inside braces 2
4571 src/nvim/spell.c @ Line 1121 readability-braces-around-statements statement should be inside braces 2
4572 src/nvim/spell.c @ Line 1128 google-readability-braces-around-statements statement should be inside braces 2
4573 src/nvim/spell.c @ Line 1128 readability-braces-around-statements statement should be inside braces 2
4574 src/nvim/spell.c @ Line 1129 google-readability-braces-around-statements statement should be inside braces 2
4575 src/nvim/spell.c @ Line 1129 readability-braces-around-statements statement should be inside braces 2
4576 src/nvim/spell.c @ Line 1131 google-readability-braces-around-statements statement should be inside braces 2
4577 src/nvim/spell.c @ Line 1131 readability-braces-around-statements statement should be inside braces 2
4578 src/nvim/spell.c @ Line 1133 google-readability-braces-around-statements statement should be inside braces 2
4579 src/nvim/spell.c @ Line 1133 readability-braces-around-statements statement should be inside braces 2
4580 src/nvim/spell.c @ Line 1140 google-readability-braces-around-statements statement should be inside braces 2
4581 src/nvim/spell.c @ Line 1140 readability-braces-around-statements statement should be inside braces 2
4582 src/nvim/spell.c @ Line 1171 google-readability-braces-around-statements statement should be inside braces 2
4583 src/nvim/spell.c @ Line 1171 readability-braces-around-statements statement should be inside braces 2
4584 src/nvim/spell.c @ Line 1176 google-readability-braces-around-statements statement should be inside braces 2
4585 src/nvim/spell.c @ Line 1176 readability-braces-around-statements statement should be inside braces 2
4586 src/nvim/spell.c @ Line 1186 google-readability-braces-around-statements statement should be inside braces 2
4587 src/nvim/spell.c @ Line 1186 readability-braces-around-statements statement should be inside braces 2
4588 src/nvim/spell.c @ Line 1210 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4589 src/nvim/spell.c @ Line 1216 google-readability-braces-around-statements statement should be inside braces 2
4590 src/nvim/spell.c @ Line 1216 readability-braces-around-statements statement should be inside braces 2
4591 src/nvim/spell.c @ Line 1235 google-readability-braces-around-statements statement should be inside braces 2
4592 src/nvim/spell.c @ Line 1235 readability-braces-around-statements statement should be inside braces 2
4593 src/nvim/spell.c @ Line 1257 google-readability-braces-around-statements statement should be inside braces 2
4594 src/nvim/spell.c @ Line 1257 readability-braces-around-statements statement should be inside braces 2
4595 src/nvim/spell.c @ Line 1267 google-readability-braces-around-statements statement should be inside braces 2
4596 src/nvim/spell.c @ Line 1267 readability-braces-around-statements statement should be inside braces 2
4597 src/nvim/spell.c @ Line 1272 google-readability-braces-around-statements statement should be inside braces 2
4598 src/nvim/spell.c @ Line 1272 readability-braces-around-statements statement should be inside braces 2
4599 src/nvim/spell.c @ Line 1281 google-readability-braces-around-statements statement should be inside braces 2
4600 src/nvim/spell.c @ Line 1281 readability-braces-around-statements statement should be inside braces 2
4601 src/nvim/spell.c @ Line 1283 google-readability-braces-around-statements statement should be inside braces 2
4602 src/nvim/spell.c @ Line 1283 readability-braces-around-statements statement should be inside braces 2
4603 src/nvim/spell.c @ Line 1292 google-readability-braces-around-statements statement should be inside braces 2
4604 src/nvim/spell.c @ Line 1292 readability-braces-around-statements statement should be inside braces 2
4605 src/nvim/spell.c @ Line 1386 google-readability-braces-around-statements statement should be inside braces 2
4606 src/nvim/spell.c @ Line 1386 readability-braces-around-statements statement should be inside braces 2
4607 src/nvim/spell.c @ Line 1413 google-readability-braces-around-statements statement should be inside braces 2
4608 src/nvim/spell.c @ Line 1413 readability-braces-around-statements statement should be inside braces 2
4609 src/nvim/spell.c @ Line 1433 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4610 src/nvim/spell.c @ Line 1434 google-readability-braces-around-statements statement should be inside braces 2
4611 src/nvim/spell.c @ Line 1434 readability-braces-around-statements statement should be inside braces 2
4612 src/nvim/spell.c @ Line 1446 google-readability-braces-around-statements statement should be inside braces 2
4613 src/nvim/spell.c @ Line 1446 readability-braces-around-statements statement should be inside braces 2
4614 src/nvim/spell.c @ Line 1468 google-readability-braces-around-statements statement should be inside braces 2
4615 src/nvim/spell.c @ Line 1468 readability-braces-around-statements statement should be inside braces 2
4616 src/nvim/spell.c @ Line 1470 google-readability-braces-around-statements statement should be inside braces 2
4617 src/nvim/spell.c @ Line 1470 readability-braces-around-statements statement should be inside braces 2
4618 src/nvim/spell.c @ Line 1482 google-readability-braces-around-statements statement should be inside braces 2
4619 src/nvim/spell.c @ Line 1482 readability-braces-around-statements statement should be inside braces 2
4620 src/nvim/spell.c @ Line 1485 readability-else-after-return do not use 'else' after 'return' 1
4621 src/nvim/spell.c @ Line 1493 google-readability-braces-around-statements statement should be inside braces 2
4622 src/nvim/spell.c @ Line 1493 readability-braces-around-statements statement should be inside braces 2
4623 src/nvim/spell.c @ Line 1532 google-readability-braces-around-statements statement should be inside braces 2
4624 src/nvim/spell.c @ Line 1532 readability-braces-around-statements statement should be inside braces 2
4625 src/nvim/spell.c @ Line 1537 google-readability-braces-around-statements statement should be inside braces 2
4626 src/nvim/spell.c @ Line 1537 readability-braces-around-statements statement should be inside braces 2
4627 src/nvim/spell.c @ Line 1539 google-readability-braces-around-statements statement should be inside braces 2
4628 src/nvim/spell.c @ Line 1539 readability-braces-around-statements statement should be inside braces 2
4629 src/nvim/spell.c @ Line 1546 google-readability-braces-around-statements statement should be inside braces 2
4630 src/nvim/spell.c @ Line 1546 readability-braces-around-statements statement should be inside braces 2
4631 src/nvim/spell.c @ Line 1558 google-readability-braces-around-statements statement should be inside braces 2
4632 src/nvim/spell.c @ Line 1558 readability-braces-around-statements statement should be inside braces 2
4633 src/nvim/spell.c @ Line 1560 google-readability-braces-around-statements statement should be inside braces 2
4634 src/nvim/spell.c @ Line 1560 readability-braces-around-statements statement should be inside braces 2
4635 src/nvim/spell.c @ Line 1567 google-readability-braces-around-statements statement should be inside braces 2
4636 src/nvim/spell.c @ Line 1567 readability-braces-around-statements statement should be inside braces 2
4637 src/nvim/spell.c @ Line 1588 google-readability-braces-around-statements statement should be inside braces 2
4638 src/nvim/spell.c @ Line 1588 readability-braces-around-statements statement should be inside braces 2
4639 src/nvim/spell.c @ Line 1613 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4640 src/nvim/spell.c @ Line 1633 google-readability-braces-around-statements statement should be inside braces 2
4641 src/nvim/spell.c @ Line 1633 readability-braces-around-statements statement should be inside braces 2
4642 src/nvim/spell.c @ Line 1656 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4643 src/nvim/spell.c @ Line 1666 google-readability-braces-around-statements statement should be inside braces 2
4644 src/nvim/spell.c @ Line 1666 readability-braces-around-statements statement should be inside braces 2
4645 src/nvim/spell.c @ Line 1686 google-readability-braces-around-statements statement should be inside braces 2
4646 src/nvim/spell.c @ Line 1686 readability-braces-around-statements statement should be inside braces 2
4647 src/nvim/spell.c @ Line 1802 google-readability-braces-around-statements statement should be inside braces 2
4648 src/nvim/spell.c @ Line 1802 readability-braces-around-statements statement should be inside braces 2
4649 src/nvim/spell.c @ Line 1804 google-readability-braces-around-statements statement should be inside braces 2
4650 src/nvim/spell.c @ Line 1804 readability-braces-around-statements statement should be inside braces 2
4651 src/nvim/spell.c @ Line 1845 google-readability-braces-around-statements statement should be inside braces 2
4652 src/nvim/spell.c @ Line 1845 readability-braces-around-statements statement should be inside braces 2
4653 src/nvim/spell.c @ Line 1867 google-readability-braces-around-statements statement should be inside braces 2
4654 src/nvim/spell.c @ Line 1867 readability-braces-around-statements statement should be inside braces 2
4655 src/nvim/spell.c @ Line 1869 google-readability-braces-around-statements statement should be inside braces 2
4656 src/nvim/spell.c @ Line 1869 readability-braces-around-statements statement should be inside braces 2
4657 src/nvim/spell.c @ Line 1871 google-readability-braces-around-statements statement should be inside braces 2
4658 src/nvim/spell.c @ Line 1871 readability-braces-around-statements statement should be inside braces 2
4659 src/nvim/spell.c @ Line 1873 google-readability-braces-around-statements statement should be inside braces 2
4660 src/nvim/spell.c @ Line 1873 readability-braces-around-statements statement should be inside braces 2
4661 src/nvim/spell.c @ Line 1875 google-readability-braces-around-statements statement should be inside braces 2
4662 src/nvim/spell.c @ Line 1875 readability-braces-around-statements statement should be inside braces 2
4663 src/nvim/spell.c @ Line 1877 google-readability-braces-around-statements statement should be inside braces 2
4664 src/nvim/spell.c @ Line 1877 readability-braces-around-statements statement should be inside braces 2
4665 src/nvim/spell.c @ Line 1890 google-readability-braces-around-statements statement should be inside braces 2
4666 src/nvim/spell.c @ Line 1890 readability-braces-around-statements statement should be inside braces 2
4667 src/nvim/spell.c @ Line 1891 google-readability-braces-around-statements statement should be inside braces 2
4668 src/nvim/spell.c @ Line 1891 readability-braces-around-statements statement should be inside braces 2
4669 src/nvim/spell.c @ Line 1908 google-readability-braces-around-statements statement should be inside braces 2
4670 src/nvim/spell.c @ Line 1908 readability-braces-around-statements statement should be inside braces 2
4671 src/nvim/spell.c @ Line 1912 google-readability-braces-around-statements statement should be inside braces 2
4672 src/nvim/spell.c @ Line 1912 readability-braces-around-statements statement should be inside braces 2
4673 src/nvim/spell.c @ Line 1914 google-readability-braces-around-statements statement should be inside braces 2
4674 src/nvim/spell.c @ Line 1914 readability-braces-around-statements statement should be inside braces 2
4675 src/nvim/spell.c @ Line 1916 google-readability-braces-around-statements statement should be inside braces 2
4676 src/nvim/spell.c @ Line 1916 readability-braces-around-statements statement should be inside braces 2
4677 src/nvim/spell.c @ Line 1938 google-readability-braces-around-statements statement should be inside braces 2
4678 src/nvim/spell.c @ Line 1938 readability-braces-around-statements statement should be inside braces 2
4679 src/nvim/spell.c @ Line 1954 google-readability-braces-around-statements statement should be inside braces 2
4680 src/nvim/spell.c @ Line 1954 readability-braces-around-statements statement should be inside braces 2
4681 src/nvim/spell.c @ Line 1964 google-readability-braces-around-statements statement should be inside braces 2
4682 src/nvim/spell.c @ Line 1964 readability-braces-around-statements statement should be inside braces 2
4683 src/nvim/spell.c @ Line 1996 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4684 src/nvim/spell.c @ Line 2007 google-readability-braces-around-statements statement should be inside braces 2
4685 src/nvim/spell.c @ Line 2007 readability-braces-around-statements statement should be inside braces 2
4686 src/nvim/spell.c @ Line 2049 google-readability-braces-around-statements statement should be inside braces 2
4687 src/nvim/spell.c @ Line 2049 readability-braces-around-statements statement should be inside braces 2
4688 src/nvim/spell.c @ Line 2064 google-readability-braces-around-statements statement should be inside braces 2
4689 src/nvim/spell.c @ Line 2064 readability-braces-around-statements statement should be inside braces 2
4690 src/nvim/spell.c @ Line 2068 google-readability-braces-around-statements statement should be inside braces 2
4691 src/nvim/spell.c @ Line 2068 readability-braces-around-statements statement should be inside braces 2
4692 src/nvim/spell.c @ Line 2069 google-readability-braces-around-statements statement should be inside braces 2
4693 src/nvim/spell.c @ Line 2069 readability-braces-around-statements statement should be inside braces 2
4694 src/nvim/spell.c @ Line 2076 google-readability-braces-around-statements statement should be inside braces 2
4695 src/nvim/spell.c @ Line 2076 readability-braces-around-statements statement should be inside braces 2
4696 src/nvim/spell.c @ Line 2083 google-readability-braces-around-statements statement should be inside braces 2
4697 src/nvim/spell.c @ Line 2083 readability-braces-around-statements statement should be inside braces 2
4698 src/nvim/spell.c @ Line 2108 google-readability-braces-around-statements statement should be inside braces 2
4699 src/nvim/spell.c @ Line 2108 readability-braces-around-statements statement should be inside braces 2
4700 src/nvim/spell.c @ Line 2111 google-readability-braces-around-statements statement should be inside braces 2
4701 src/nvim/spell.c @ Line 2111 readability-braces-around-statements statement should be inside braces 2
4702 src/nvim/spell.c @ Line 2116 google-readability-braces-around-statements statement should be inside braces 2
4703 src/nvim/spell.c @ Line 2116 readability-braces-around-statements statement should be inside braces 2
4704 src/nvim/spell.c @ Line 2121 readability-identifier-naming invalid case style for variable 'p_' 2
4705 src/nvim/spell.c @ Line 2126 google-readability-braces-around-statements statement should be inside braces 2
4706 src/nvim/spell.c @ Line 2126 readability-braces-around-statements statement should be inside braces 2
4707 src/nvim/spell.c @ Line 2141 google-readability-braces-around-statements statement should be inside braces 2
4708 src/nvim/spell.c @ Line 2141 readability-braces-around-statements statement should be inside braces 2
4709 src/nvim/spell.c @ Line 2147 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4710 src/nvim/spell.c @ Line 2157 google-readability-braces-around-statements statement should be inside braces 2
4711 src/nvim/spell.c @ Line 2157 readability-braces-around-statements statement should be inside braces 2
4712 src/nvim/spell.c @ Line 2172 google-readability-braces-around-statements statement should be inside braces 2
4713 src/nvim/spell.c @ Line 2172 readability-braces-around-statements statement should be inside braces 2
4714 src/nvim/spell.c @ Line 2173 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4715 src/nvim/spell.c @ Line 2177 google-readability-braces-around-statements statement should be inside braces 2
4716 src/nvim/spell.c @ Line 2177 readability-braces-around-statements statement should be inside braces 2
4717 src/nvim/spell.c @ Line 2184 google-readability-braces-around-statements statement should be inside braces 2
4718 src/nvim/spell.c @ Line 2184 readability-braces-around-statements statement should be inside braces 2
4719 src/nvim/spell.c @ Line 2192 google-readability-braces-around-statements statement should be inside braces 2
4720 src/nvim/spell.c @ Line 2192 readability-braces-around-statements statement should be inside braces 2
4721 src/nvim/spell.c @ Line 2194 google-readability-braces-around-statements statement should be inside braces 2
4722 src/nvim/spell.c @ Line 2194 readability-braces-around-statements statement should be inside braces 2
4723 src/nvim/spell.c @ Line 2200 readability-identifier-naming invalid case style for variable 'p_' 2
4724 src/nvim/spell.c @ Line 2222 google-readability-braces-around-statements statement should be inside braces 2
4725 src/nvim/spell.c @ Line 2222 readability-braces-around-statements statement should be inside braces 2
4726 src/nvim/spell.c @ Line 2225 google-readability-braces-around-statements statement should be inside braces 2
4727 src/nvim/spell.c @ Line 2225 readability-braces-around-statements statement should be inside braces 2
4728 src/nvim/spell.c @ Line 2238 google-readability-braces-around-statements statement should be inside braces 2
4729 src/nvim/spell.c @ Line 2238 readability-braces-around-statements statement should be inside braces 2
4730 src/nvim/spell.c @ Line 2241 google-readability-braces-around-statements statement should be inside braces 2
4731 src/nvim/spell.c @ Line 2241 readability-braces-around-statements statement should be inside braces 2
4732 src/nvim/spell.c @ Line 2300 readability-non-const-parameter pointer parameter 'rp' can be pointer to const 2
4733 src/nvim/spell.c @ Line 2300 readability-non-const-parameter pointer parameter 'region' can be pointer to const 2
4734 src/nvim/spell.c @ Line 2305 google-readability-braces-around-statements statement should be inside braces 2
4735 src/nvim/spell.c @ Line 2305 readability-braces-around-statements statement should be inside braces 2
4736 src/nvim/spell.c @ Line 2307 google-readability-braces-around-statements statement should be inside braces 2
4737 src/nvim/spell.c @ Line 2307 readability-braces-around-statements statement should be inside braces 2
4738 src/nvim/spell.c @ Line 2323 readability-non-const-parameter pointer parameter 'end' can be pointer to const 2
4739 src/nvim/spell.c @ Line 2359 google-readability-braces-around-statements statement should be inside braces 2
4740 src/nvim/spell.c @ Line 2359 readability-braces-around-statements statement should be inside braces 2
4741 src/nvim/spell.c @ Line 2361 google-readability-braces-around-statements statement should be inside braces 2
4742 src/nvim/spell.c @ Line 2361 readability-braces-around-statements statement should be inside braces 2
4743 src/nvim/spell.c @ Line 2374 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4744 src/nvim/spell.c @ Line 2386 google-readability-braces-around-statements statement should be inside braces 2
4745 src/nvim/spell.c @ Line 2386 readability-braces-around-statements statement should be inside braces 2
4746 src/nvim/spell.c @ Line 2388 google-readability-braces-around-statements statement should be inside braces 2
4747 src/nvim/spell.c @ Line 2388 readability-braces-around-statements statement should be inside braces 2
4748 src/nvim/spell.c @ Line 2396 google-readability-braces-around-statements statement should be inside braces 2
4749 src/nvim/spell.c @ Line 2396 readability-braces-around-statements statement should be inside braces 2
4750 src/nvim/spell.c @ Line 2398 google-readability-braces-around-statements statement should be inside braces 2
4751 src/nvim/spell.c @ Line 2398 readability-braces-around-statements statement should be inside braces 2
4752 src/nvim/spell.c @ Line 2401 google-readability-braces-around-statements statement should be inside braces 2
4753 src/nvim/spell.c @ Line 2401 readability-braces-around-statements statement should be inside braces 2
4754 src/nvim/spell.c @ Line 2540 google-readability-braces-around-statements statement should be inside braces 2
4755 src/nvim/spell.c @ Line 2540 readability-braces-around-statements statement should be inside braces 2
4756 src/nvim/spell.c @ Line 2630 google-readability-braces-around-statements statement should be inside braces 2
4757 src/nvim/spell.c @ Line 2630 readability-braces-around-statements statement should be inside braces 2
4758 src/nvim/spell.c @ Line 2645 google-readability-braces-around-statements statement should be inside braces 2
4759 src/nvim/spell.c @ Line 2645 readability-braces-around-statements statement should be inside braces 2
4760 src/nvim/spell.c @ Line 2647 google-readability-braces-around-statements statement should be inside braces 2
4761 src/nvim/spell.c @ Line 2647 readability-braces-around-statements statement should be inside braces 2
4762 src/nvim/spell.c @ Line 2745 google-readability-braces-around-statements statement should be inside braces 2
4763 src/nvim/spell.c @ Line 2745 readability-braces-around-statements statement should be inside braces 2
4764 src/nvim/spell.c @ Line 2749 google-readability-braces-around-statements statement should be inside braces 2
4765 src/nvim/spell.c @ Line 2749 readability-braces-around-statements statement should be inside braces 2
4766 src/nvim/spell.c @ Line 2829 readability-misleading-indentation misleading indentation: statement is indented too deeply 2
4767 src/nvim/spell.c @ Line 2836 google-readability-casting redundant cast to the same type 1
4768 src/nvim/spell.c @ Line 2836 google-readability-braces-around-statements statement should be inside braces 2
4769 src/nvim/spell.c @ Line 2836 readability-braces-around-statements statement should be inside braces 2
4770 src/nvim/spell.c @ Line 2837 google-readability-casting redundant cast to the same type 1
4771 src/nvim/spell.c @ Line 2838 google-readability-braces-around-statements statement should be inside braces 2
4772 src/nvim/spell.c @ Line 2838 readability-braces-around-statements statement should be inside braces 2
4773 src/nvim/spell.c @ Line 2843 google-readability-braces-around-statements statement should be inside braces 2
4774 src/nvim/spell.c @ Line 2843 readability-braces-around-statements statement should be inside braces 2
4775 src/nvim/spell.c @ Line 2846 google-readability-braces-around-statements statement should be inside braces 2
4776 src/nvim/spell.c @ Line 2846 readability-braces-around-statements statement should be inside braces 2
4777 src/nvim/spell.c @ Line 2852 google-readability-braces-around-statements statement should be inside braces 2
4778 src/nvim/spell.c @ Line 2852 readability-braces-around-statements statement should be inside braces 2
4779 src/nvim/spell.c @ Line 2878 google-readability-braces-around-statements statement should be inside braces 2
4780 src/nvim/spell.c @ Line 2878 readability-braces-around-statements statement should be inside braces 2
4781 src/nvim/spell.c @ Line 2900 google-readability-braces-around-statements statement should be inside braces 2
4782 src/nvim/spell.c @ Line 2900 readability-braces-around-statements statement should be inside braces 2
4783 src/nvim/spell.c @ Line 2904 google-readability-braces-around-statements statement should be inside braces 2
4784 src/nvim/spell.c @ Line 2904 readability-braces-around-statements statement should be inside braces 2
4785 src/nvim/spell.c @ Line 2907 google-readability-braces-around-statements statement should be inside braces 2
4786 src/nvim/spell.c @ Line 2907 readability-braces-around-statements statement should be inside braces 2
4787 src/nvim/spell.c @ Line 2957 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4788 src/nvim/spell.c @ Line 2958 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4789 src/nvim/spell.c @ Line 2972 google-readability-braces-around-statements statement should be inside braces 2
4790 src/nvim/spell.c @ Line 2972 readability-braces-around-statements statement should be inside braces 2
4791 src/nvim/spell.c @ Line 2991 google-readability-braces-around-statements statement should be inside braces 2
4792 src/nvim/spell.c @ Line 2991 readability-braces-around-statements statement should be inside braces 2
4793 src/nvim/spell.c @ Line 2999 google-readability-braces-around-statements statement should be inside braces 2
4794 src/nvim/spell.c @ Line 2999 readability-braces-around-statements statement should be inside braces 2
4795 src/nvim/spell.c @ Line 3003 google-readability-braces-around-statements statement should be inside braces 2
4796 src/nvim/spell.c @ Line 3003 readability-braces-around-statements statement should be inside braces 2
4797 src/nvim/spell.c @ Line 3078 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4798 src/nvim/spell.c @ Line 3079 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4799 src/nvim/spell.c @ Line 3096 google-readability-braces-around-statements statement should be inside braces 2
4800 src/nvim/spell.c @ Line 3096 readability-braces-around-statements statement should be inside braces 2
4801 src/nvim/spell.c @ Line 3098 google-readability-braces-around-statements statement should be inside braces 2
4802 src/nvim/spell.c @ Line 3098 readability-braces-around-statements statement should be inside braces 2
4803 src/nvim/spell.c @ Line 3129 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4804 src/nvim/spell.c @ Line 3130 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4805 src/nvim/spell.c @ Line 3167 google-readability-braces-around-statements statement should be inside braces 2
4806 src/nvim/spell.c @ Line 3167 readability-braces-around-statements statement should be inside braces 2
4807 src/nvim/spell.c @ Line 3172 google-readability-braces-around-statements statement should be inside braces 2
4808 src/nvim/spell.c @ Line 3172 readability-braces-around-statements statement should be inside braces 2
4809 src/nvim/spell.c @ Line 3182 google-readability-braces-around-statements statement should be inside braces 2
4810 src/nvim/spell.c @ Line 3182 readability-braces-around-statements statement should be inside braces 2
4811 src/nvim/spell.c @ Line 3196 google-readability-braces-around-statements statement should be inside braces 2
4812 src/nvim/spell.c @ Line 3196 readability-braces-around-statements statement should be inside braces 2
4813 src/nvim/spell.c @ Line 3213 google-readability-braces-around-statements statement should be inside braces 2
4814 src/nvim/spell.c @ Line 3213 readability-braces-around-statements statement should be inside braces 2
4815 src/nvim/spell.c @ Line 3228 google-readability-braces-around-statements statement should be inside braces 2
4816 src/nvim/spell.c @ Line 3228 readability-braces-around-statements statement should be inside braces 2
4817 src/nvim/spell.c @ Line 3261 google-readability-braces-around-statements statement should be inside braces 2
4818 src/nvim/spell.c @ Line 3261 readability-braces-around-statements statement should be inside braces 2
4819 src/nvim/spell.c @ Line 3318 google-readability-braces-around-statements statement should be inside braces 2
4820 src/nvim/spell.c @ Line 3318 readability-braces-around-statements statement should be inside braces 2
4821 src/nvim/spell.c @ Line 3323 google-readability-braces-around-statements statement should be inside braces 2
4822 src/nvim/spell.c @ Line 3323 readability-braces-around-statements statement should be inside braces 2
4823 src/nvim/spell.c @ Line 3363 google-readability-braces-around-statements statement should be inside braces 2
4824 src/nvim/spell.c @ Line 3363 readability-braces-around-statements statement should be inside braces 2
4825 src/nvim/spell.c @ Line 3368 google-readability-braces-around-statements statement should be inside braces 2
4826 src/nvim/spell.c @ Line 3368 readability-braces-around-statements statement should be inside braces 2
4827 src/nvim/spell.c @ Line 3410 google-readability-braces-around-statements statement should be inside braces 2
4828 src/nvim/spell.c @ Line 3410 readability-braces-around-statements statement should be inside braces 2
4829 src/nvim/spell.c @ Line 3423 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4830 src/nvim/spell.c @ Line 3462 google-readability-braces-around-statements statement should be inside braces 2
4831 src/nvim/spell.c @ Line 3462 readability-braces-around-statements statement should be inside braces 2
4832 src/nvim/spell.c @ Line 3465 google-readability-braces-around-statements statement should be inside braces 2
4833 src/nvim/spell.c @ Line 3465 readability-braces-around-statements statement should be inside braces 2
4834 src/nvim/spell.c @ Line 3563 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4835 src/nvim/spell.c @ Line 3573 google-readability-braces-around-statements statement should be inside braces 2
4836 src/nvim/spell.c @ Line 3573 readability-braces-around-statements statement should be inside braces 2
4837 src/nvim/spell.c @ Line 3590 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4838 src/nvim/spell.c @ Line 3590 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4839 src/nvim/spell.c @ Line 3634 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4840 src/nvim/spell.c @ Line 3635 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4841 src/nvim/spell.c @ Line 3637 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4842 src/nvim/spell.c @ Line 3645 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4843 src/nvim/spell.c @ Line 3712 google-readability-braces-around-statements statement should be inside braces 2
4844 src/nvim/spell.c @ Line 3712 readability-braces-around-statements statement should be inside braces 2
4845 src/nvim/spell.c @ Line 3724 google-readability-casting redundant cast to the same type 1
4846 src/nvim/spell.c @ Line 3767 google-readability-braces-around-statements statement should be inside braces 2
4847 src/nvim/spell.c @ Line 3767 readability-braces-around-statements statement should be inside braces 2
4848 src/nvim/spell.c @ Line 3785 google-readability-braces-around-statements statement should be inside braces 2
4849 src/nvim/spell.c @ Line 3785 readability-braces-around-statements statement should be inside braces 2
4850 src/nvim/spell.c @ Line 3790 google-readability-braces-around-statements statement should be inside braces 2
4851 src/nvim/spell.c @ Line 3790 readability-braces-around-statements statement should be inside braces 2
4852 src/nvim/spell.c @ Line 3794 google-readability-braces-around-statements statement should be inside braces 2
4853 src/nvim/spell.c @ Line 3794 readability-braces-around-statements statement should be inside braces 2
4854 src/nvim/spell.c @ Line 3808 google-readability-braces-around-statements statement should be inside braces 2
4855 src/nvim/spell.c @ Line 3808 readability-braces-around-statements statement should be inside braces 2
4856 src/nvim/spell.c @ Line 3810 google-readability-braces-around-statements statement should be inside braces 2
4857 src/nvim/spell.c @ Line 3810 readability-braces-around-statements statement should be inside braces 2
4858 src/nvim/spell.c @ Line 3831 google-readability-braces-around-statements statement should be inside braces 2
4859 src/nvim/spell.c @ Line 3831 readability-braces-around-statements statement should be inside braces 2
4860 src/nvim/spell.c @ Line 3864 google-readability-braces-around-statements statement should be inside braces 2
4861 src/nvim/spell.c @ Line 3864 readability-braces-around-statements statement should be inside braces 2
4862 src/nvim/spell.c @ Line 3869 google-readability-braces-around-statements statement should be inside braces 2
4863 src/nvim/spell.c @ Line 3869 readability-braces-around-statements statement should be inside braces 2
4864 src/nvim/spell.c @ Line 3872 google-readability-braces-around-statements statement should be inside braces 2
4865 src/nvim/spell.c @ Line 3872 readability-braces-around-statements statement should be inside braces 2
4866 src/nvim/spell.c @ Line 3887 google-readability-braces-around-statements statement should be inside braces 2
4867 src/nvim/spell.c @ Line 3887 readability-braces-around-statements statement should be inside braces 2
4868 src/nvim/spell.c @ Line 3888 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4869 src/nvim/spell.c @ Line 3889 google-readability-braces-around-statements statement should be inside braces 2
4870 src/nvim/spell.c @ Line 3889 readability-braces-around-statements statement should be inside braces 2
4871 src/nvim/spell.c @ Line 3900 google-readability-braces-around-statements statement should be inside braces 2
4872 src/nvim/spell.c @ Line 3900 readability-braces-around-statements statement should be inside braces 2
4873 src/nvim/spell.c @ Line 3906 google-readability-braces-around-statements statement should be inside braces 2
4874 src/nvim/spell.c @ Line 3906 readability-braces-around-statements statement should be inside braces 2
4875 src/nvim/spell.c @ Line 3922 google-readability-braces-around-statements statement should be inside braces 2
4876 src/nvim/spell.c @ Line 3922 readability-braces-around-statements statement should be inside braces 2
4877 src/nvim/spell.c @ Line 3932 google-readability-braces-around-statements statement should be inside braces 2
4878 src/nvim/spell.c @ Line 3932 readability-braces-around-statements statement should be inside braces 2
4879 src/nvim/spell.c @ Line 3934 google-readability-braces-around-statements statement should be inside braces 2
4880 src/nvim/spell.c @ Line 3934 readability-braces-around-statements statement should be inside braces 2
4881 src/nvim/spell.c @ Line 3938 google-readability-braces-around-statements statement should be inside braces 2
4882 src/nvim/spell.c @ Line 3938 readability-braces-around-statements statement should be inside braces 2
4883 src/nvim/spell.c @ Line 3942 google-readability-todo missing username/bug in TODO 2
4884 src/nvim/spell.c @ Line 4018 google-readability-todo missing username/bug in TODO 2
4885 src/nvim/spell.c @ Line 4079 google-readability-braces-around-statements statement should be inside braces 2
4886 src/nvim/spell.c @ Line 4079 readability-braces-around-statements statement should be inside braces 2
4887 src/nvim/spell.c @ Line 4082 google-readability-braces-around-statements statement should be inside braces 2
4888 src/nvim/spell.c @ Line 4082 readability-braces-around-statements statement should be inside braces 2
4889 src/nvim/spell.c @ Line 4086 google-readability-braces-around-statements statement should be inside braces 2
4890 src/nvim/spell.c @ Line 4086 readability-braces-around-statements statement should be inside braces 2
4891 src/nvim/spell.c @ Line 4089 google-readability-braces-around-statements statement should be inside braces 2
4892 src/nvim/spell.c @ Line 4089 readability-braces-around-statements statement should be inside braces 2
4893 src/nvim/spell.c @ Line 4091 google-readability-braces-around-statements statement should be inside braces 2
4894 src/nvim/spell.c @ Line 4091 readability-braces-around-statements statement should be inside braces 2
4895 src/nvim/spell.c @ Line 4118 google-readability-braces-around-statements statement should be inside braces 2
4896 src/nvim/spell.c @ Line 4118 readability-braces-around-statements statement should be inside braces 2
4897 src/nvim/spell.c @ Line 4119 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
4898 src/nvim/spell.c @ Line 4144 google-readability-braces-around-statements statement should be inside braces 2
4899 src/nvim/spell.c @ Line 4144 readability-braces-around-statements statement should be inside braces 2
4900 src/nvim/spell.c @ Line 4152 google-readability-braces-around-statements statement should be inside braces 2
4901 src/nvim/spell.c @ Line 4152 readability-braces-around-statements statement should be inside braces 2
4902 src/nvim/spell.c @ Line 4154 google-readability-braces-around-statements statement should be inside braces 2
4903 src/nvim/spell.c @ Line 4154 readability-braces-around-statements statement should be inside braces 2
4904 src/nvim/spell.c @ Line 4232 google-readability-braces-around-statements statement should be inside braces 2
4905 src/nvim/spell.c @ Line 4232 readability-braces-around-statements statement should be inside braces 2
4906 src/nvim/spell.c @ Line 4234 google-readability-braces-around-statements statement should be inside braces 2
4907 src/nvim/spell.c @ Line 4234 readability-braces-around-statements statement should be inside braces 2
4908 src/nvim/spell.c @ Line 4289 bugprone-branch-clone repeated branch in conditional chain 3
4909 src/nvim/spell.c @ Line 4342 google-readability-braces-around-statements statement should be inside braces 2
4910 src/nvim/spell.c @ Line 4342 readability-braces-around-statements statement should be inside braces 2
4911 src/nvim/spell.c @ Line 4346 google-readability-braces-around-statements statement should be inside braces 2
4912 src/nvim/spell.c @ Line 4346 readability-braces-around-statements statement should be inside braces 2
4913 src/nvim/spell.c @ Line 4424 google-readability-braces-around-statements statement should be inside braces 2
4914 src/nvim/spell.c @ Line 4424 readability-braces-around-statements statement should be inside braces 2
4915 src/nvim/spell.c @ Line 4428 google-readability-braces-around-statements statement should be inside braces 2
4916 src/nvim/spell.c @ Line 4428 readability-braces-around-statements statement should be inside braces 2
4917 src/nvim/spell.c @ Line 4457 google-readability-braces-around-statements statement should be inside braces 2
4918 src/nvim/spell.c @ Line 4457 readability-braces-around-statements statement should be inside braces 2
4919 src/nvim/spell.c @ Line 4699 google-readability-braces-around-statements statement should be inside braces 2
4920 src/nvim/spell.c @ Line 4699 readability-braces-around-statements statement should be inside braces 2
4921 src/nvim/spell.c @ Line 4701 google-readability-braces-around-statements statement should be inside braces 2
4922 src/nvim/spell.c @ Line 4701 readability-braces-around-statements statement should be inside braces 2
4923 src/nvim/spell.c @ Line 4720 google-readability-braces-around-statements statement should be inside braces 2
4924 src/nvim/spell.c @ Line 4720 readability-braces-around-statements statement should be inside braces 2
4925 src/nvim/spell.c @ Line 4722 google-readability-braces-around-statements statement should be inside braces 2
4926 src/nvim/spell.c @ Line 4722 readability-braces-around-statements statement should be inside braces 2
4927 src/nvim/spell.c @ Line 4758 google-readability-braces-around-statements statement should be inside braces 2
4928 src/nvim/spell.c @ Line 4758 readability-braces-around-statements statement should be inside braces 2
4929 src/nvim/spell.c @ Line 4767 google-readability-braces-around-statements statement should be inside braces 2
4930 src/nvim/spell.c @ Line 4767 readability-braces-around-statements statement should be inside braces 2
4931 src/nvim/spell.c @ Line 4769 google-readability-braces-around-statements statement should be inside braces 2
4932 src/nvim/spell.c @ Line 4769 readability-braces-around-statements statement should be inside braces 2
4933 src/nvim/spell.c @ Line 4847 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4934 src/nvim/spell.c @ Line 4851 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4935 src/nvim/spell.c @ Line 4910 google-readability-braces-around-statements statement should be inside braces 2
4936 src/nvim/spell.c @ Line 4910 readability-braces-around-statements statement should be inside braces 2
4937 src/nvim/spell.c @ Line 4912 google-readability-braces-around-statements statement should be inside braces 2
4938 src/nvim/spell.c @ Line 4912 readability-braces-around-statements statement should be inside braces 2
4939 src/nvim/spell.c @ Line 4921 google-readability-braces-around-statements statement should be inside braces 2
4940 src/nvim/spell.c @ Line 4921 readability-braces-around-statements statement should be inside braces 2
4941 src/nvim/spell.c @ Line 5020 google-readability-braces-around-statements statement should be inside braces 2
4942 src/nvim/spell.c @ Line 5020 readability-braces-around-statements statement should be inside braces 2
4943 src/nvim/spell.c @ Line 5022 google-readability-braces-around-statements statement should be inside braces 2
4944 src/nvim/spell.c @ Line 5022 readability-braces-around-statements statement should be inside braces 2
4945 src/nvim/spell.c @ Line 5042 google-readability-braces-around-statements statement should be inside braces 2
4946 src/nvim/spell.c @ Line 5042 readability-braces-around-statements statement should be inside braces 2
4947 src/nvim/spell.c @ Line 5044 google-readability-braces-around-statements statement should be inside braces 2
4948 src/nvim/spell.c @ Line 5044 readability-braces-around-statements statement should be inside braces 2
4949 src/nvim/spell.c @ Line 5069 google-readability-braces-around-statements statement should be inside braces 2
4950 src/nvim/spell.c @ Line 5069 readability-braces-around-statements statement should be inside braces 2
4951 src/nvim/spell.c @ Line 5070 google-readability-braces-around-statements statement should be inside braces 2
4952 src/nvim/spell.c @ Line 5070 readability-braces-around-statements statement should be inside braces 2
4953 src/nvim/spell.c @ Line 5072 google-readability-braces-around-statements statement should be inside braces 2
4954 src/nvim/spell.c @ Line 5072 readability-braces-around-statements statement should be inside braces 2
4955 src/nvim/spell.c @ Line 5074 google-readability-braces-around-statements statement should be inside braces 2
4956 src/nvim/spell.c @ Line 5074 readability-braces-around-statements statement should be inside braces 2
4957 src/nvim/spell.c @ Line 5114 google-readability-braces-around-statements statement should be inside braces 2
4958 src/nvim/spell.c @ Line 5114 readability-braces-around-statements statement should be inside braces 2
4959 src/nvim/spell.c @ Line 5125 google-readability-braces-around-statements statement should be inside braces 2
4960 src/nvim/spell.c @ Line 5125 readability-braces-around-statements statement should be inside braces 2
4961 src/nvim/spell.c @ Line 5126 google-readability-braces-around-statements statement should be inside braces 2
4962 src/nvim/spell.c @ Line 5126 readability-braces-around-statements statement should be inside braces 2
4963 src/nvim/spell.c @ Line 5136 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4964 src/nvim/spell.c @ Line 5140 google-readability-braces-around-statements statement should be inside braces 2
4965 src/nvim/spell.c @ Line 5140 readability-braces-around-statements statement should be inside braces 2
4966 src/nvim/spell.c @ Line 5150 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
4967 src/nvim/spell.c @ Line 5164 google-readability-braces-around-statements statement should be inside braces 2
4968 src/nvim/spell.c @ Line 5164 readability-braces-around-statements statement should be inside braces 2
4969 src/nvim/spell.c @ Line 5188 google-readability-todo missing username/bug in TODO 2
4970 src/nvim/spell.c @ Line 5217 google-readability-braces-around-statements statement should be inside braces 2
4971 src/nvim/spell.c @ Line 5217 readability-braces-around-statements statement should be inside braces 2
4972 src/nvim/spell.c @ Line 5256 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
4973 src/nvim/spell.c @ Line 5274 google-readability-braces-around-statements statement should be inside braces 2
4974 src/nvim/spell.c @ Line 5274 readability-braces-around-statements statement should be inside braces 2
4975 src/nvim/spell.c @ Line 5302 google-readability-braces-around-statements statement should be inside braces 2
4976 src/nvim/spell.c @ Line 5302 readability-braces-around-statements statement should be inside braces 2
4977 src/nvim/spell.c @ Line 5305 google-readability-braces-around-statements statement should be inside braces 2
4978 src/nvim/spell.c @ Line 5305 readability-braces-around-statements statement should be inside braces 2
4979 src/nvim/spell.c @ Line 5309 google-readability-braces-around-statements statement should be inside braces 2
4980 src/nvim/spell.c @ Line 5309 readability-braces-around-statements statement should be inside braces 2
4981 src/nvim/spell.c @ Line 5311 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
4982 src/nvim/spell.c @ Line 5319 google-readability-braces-around-statements statement should be inside braces 2
4983 src/nvim/spell.c @ Line 5319 readability-braces-around-statements statement should be inside braces 2
4984 src/nvim/spell.c @ Line 5337 google-readability-braces-around-statements statement should be inside braces 2
4985 src/nvim/spell.c @ Line 5337 readability-braces-around-statements statement should be inside braces 2
4986 src/nvim/spell.c @ Line 5350 google-readability-braces-around-statements statement should be inside braces 2
4987 src/nvim/spell.c @ Line 5350 readability-braces-around-statements statement should be inside braces 2
4988 src/nvim/spell.c @ Line 5357 google-readability-braces-around-statements statement should be inside braces 2
4989 src/nvim/spell.c @ Line 5357 readability-braces-around-statements statement should be inside braces 2
4990 src/nvim/spell.c @ Line 5363 google-readability-braces-around-statements statement should be inside braces 2
4991 src/nvim/spell.c @ Line 5363 readability-braces-around-statements statement should be inside braces 2
4992 src/nvim/spell.c @ Line 5365 google-readability-braces-around-statements statement should be inside braces 2
4993 src/nvim/spell.c @ Line 5365 readability-braces-around-statements statement should be inside braces 2
4994 src/nvim/spell.c @ Line 5376 google-readability-braces-around-statements statement should be inside braces 2
4995 src/nvim/spell.c @ Line 5376 readability-braces-around-statements statement should be inside braces 2
4996 src/nvim/spell.c @ Line 5388 google-readability-braces-around-statements statement should be inside braces 2
4997 src/nvim/spell.c @ Line 5388 readability-braces-around-statements statement should be inside braces 2
4998 src/nvim/spell.c @ Line 5390 google-readability-braces-around-statements statement should be inside braces 2
4999 src/nvim/spell.c @ Line 5390 readability-braces-around-statements statement should be inside braces 2
5000 src/nvim/spell.c @ Line 5401 google-readability-braces-around-statements statement should be inside braces 2
5001 src/nvim/spell.c @ Line 5401 readability-braces-around-statements statement should be inside braces 2
5002 src/nvim/spell.c @ Line 5433 google-readability-braces-around-statements statement should be inside braces 2
5003 src/nvim/spell.c @ Line 5433 readability-braces-around-statements statement should be inside braces 2
5004 src/nvim/spell.c @ Line 5441 google-readability-braces-around-statements statement should be inside braces 2
5005 src/nvim/spell.c @ Line 5441 readability-braces-around-statements statement should be inside braces 2
5006 src/nvim/spell.c @ Line 5447 google-readability-braces-around-statements statement should be inside braces 2
5007 src/nvim/spell.c @ Line 5447 readability-braces-around-statements statement should be inside braces 2
5008 src/nvim/spell.c @ Line 5451 google-readability-braces-around-statements statement should be inside braces 2
5009 src/nvim/spell.c @ Line 5451 readability-braces-around-statements statement should be inside braces 2
5010 src/nvim/spell.c @ Line 5457 google-readability-braces-around-statements statement should be inside braces 2
5011 src/nvim/spell.c @ Line 5457 readability-braces-around-statements statement should be inside braces 2
5012 src/nvim/spell.c @ Line 5460 google-readability-braces-around-statements statement should be inside braces 2
5013 src/nvim/spell.c @ Line 5460 readability-braces-around-statements statement should be inside braces 2
5014 src/nvim/spell.c @ Line 5469 google-readability-braces-around-statements statement should be inside braces 2
5015 src/nvim/spell.c @ Line 5469 readability-braces-around-statements statement should be inside braces 2
5016 src/nvim/spell.c @ Line 5470 google-readability-braces-around-statements statement should be inside braces 2
5017 src/nvim/spell.c @ Line 5470 readability-braces-around-statements statement should be inside braces 2
5018 src/nvim/spell.c @ Line 5480 google-readability-braces-around-statements statement should be inside braces 2
5019 src/nvim/spell.c @ Line 5480 readability-braces-around-statements statement should be inside braces 2
5020 src/nvim/spell.c @ Line 5483 google-readability-braces-around-statements statement should be inside braces 2
5021 src/nvim/spell.c @ Line 5483 readability-braces-around-statements statement should be inside braces 2
5022 src/nvim/spell.c @ Line 5486 google-readability-braces-around-statements statement should be inside braces 2
5023 src/nvim/spell.c @ Line 5486 readability-braces-around-statements statement should be inside braces 2
5024 src/nvim/spell.c @ Line 5488 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5025 src/nvim/spell.c @ Line 5495 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5026 src/nvim/spell.c @ Line 5557 google-readability-braces-around-statements statement should be inside braces 2
5027 src/nvim/spell.c @ Line 5557 readability-braces-around-statements statement should be inside braces 2
5028 src/nvim/spell.c @ Line 5566 google-readability-braces-around-statements statement should be inside braces 2
5029 src/nvim/spell.c @ Line 5566 readability-braces-around-statements statement should be inside braces 2
5030 src/nvim/spell.c @ Line 5584 google-readability-braces-around-statements statement should be inside braces 2
5031 src/nvim/spell.c @ Line 5584 readability-braces-around-statements statement should be inside braces 2
5032 src/nvim/spell.c @ Line 5598 google-readability-braces-around-statements statement should be inside braces 2
5033 src/nvim/spell.c @ Line 5598 readability-braces-around-statements statement should be inside braces 2
5034 src/nvim/spell.c @ Line 5633 google-readability-braces-around-statements statement should be inside braces 2
5035 src/nvim/spell.c @ Line 5633 readability-braces-around-statements statement should be inside braces 2
5036 src/nvim/spell.c @ Line 5636 google-readability-braces-around-statements statement should be inside braces 2
5037 src/nvim/spell.c @ Line 5636 readability-braces-around-statements statement should be inside braces 2
5038 src/nvim/spell.c @ Line 5672 google-readability-braces-around-statements statement should be inside braces 2
5039 src/nvim/spell.c @ Line 5672 readability-braces-around-statements statement should be inside braces 2
5040 src/nvim/spell.c @ Line 5717 google-readability-braces-around-statements statement should be inside braces 2
5041 src/nvim/spell.c @ Line 5717 readability-braces-around-statements statement should be inside braces 2
5042 src/nvim/spell.c @ Line 5725 google-readability-braces-around-statements statement should be inside braces 2
5043 src/nvim/spell.c @ Line 5725 readability-braces-around-statements statement should be inside braces 2
5044 src/nvim/spell.c @ Line 5743 google-readability-braces-around-statements statement should be inside braces 2
5045 src/nvim/spell.c @ Line 5743 readability-braces-around-statements statement should be inside braces 2
5046 src/nvim/spell.c @ Line 5828 google-readability-braces-around-statements statement should be inside braces 2
5047 src/nvim/spell.c @ Line 5828 readability-braces-around-statements statement should be inside braces 2
5048 src/nvim/spell.c @ Line 5893 readability-non-const-parameter pointer parameter 'inword' can be pointer to const 2
5049 src/nvim/spell.c @ Line 5901 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5050 src/nvim/spell.c @ Line 5903 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5051 src/nvim/spell.c @ Line 5921 google-readability-casting redundant cast to the same type 1
5052 src/nvim/spell.c @ Line 5957 google-readability-braces-around-statements statement should be inside braces 2
5053 src/nvim/spell.c @ Line 5957 readability-braces-around-statements statement should be inside braces 2
5054 src/nvim/spell.c @ Line 5961 google-readability-braces-around-statements statement should be inside braces 2
5055 src/nvim/spell.c @ Line 5961 readability-braces-around-statements statement should be inside braces 2
5056 src/nvim/spell.c @ Line 5964 google-readability-braces-around-statements statement should be inside braces 2
5057 src/nvim/spell.c @ Line 5964 readability-braces-around-statements statement should be inside braces 2
5058 src/nvim/spell.c @ Line 5965 google-readability-braces-around-statements statement should be inside braces 2
5059 src/nvim/spell.c @ Line 5965 readability-braces-around-statements statement should be inside braces 2
5060 src/nvim/spell.c @ Line 5967 google-readability-braces-around-statements statement should be inside braces 2
5061 src/nvim/spell.c @ Line 5967 readability-braces-around-statements statement should be inside braces 2
5062 src/nvim/spell.c @ Line 5974 google-readability-braces-around-statements statement should be inside braces 2
5063 src/nvim/spell.c @ Line 5974 readability-braces-around-statements statement should be inside braces 2
5064 src/nvim/spell.c @ Line 5976 google-readability-braces-around-statements statement should be inside braces 2
5065 src/nvim/spell.c @ Line 5976 readability-braces-around-statements statement should be inside braces 2
5066 src/nvim/spell.c @ Line 5989 google-readability-braces-around-statements statement should be inside braces 2
5067 src/nvim/spell.c @ Line 5989 readability-braces-around-statements statement should be inside braces 2
5068 src/nvim/spell.c @ Line 5996 google-readability-braces-around-statements statement should be inside braces 2
5069 src/nvim/spell.c @ Line 5996 readability-braces-around-statements statement should be inside braces 2
5070 src/nvim/spell.c @ Line 6020 google-readability-braces-around-statements statement should be inside braces 2
5071 src/nvim/spell.c @ Line 6020 readability-braces-around-statements statement should be inside braces 2
5072 src/nvim/spell.c @ Line 6024 google-readability-braces-around-statements statement should be inside braces 2
5073 src/nvim/spell.c @ Line 6024 readability-braces-around-statements statement should be inside braces 2
5074 src/nvim/spell.c @ Line 6028 google-readability-braces-around-statements statement should be inside braces 2
5075 src/nvim/spell.c @ Line 6028 readability-braces-around-statements statement should be inside braces 2
5076 src/nvim/spell.c @ Line 6029 google-readability-braces-around-statements statement should be inside braces 2
5077 src/nvim/spell.c @ Line 6029 readability-braces-around-statements statement should be inside braces 2
5078 src/nvim/spell.c @ Line 6031 google-readability-braces-around-statements statement should be inside braces 2
5079 src/nvim/spell.c @ Line 6031 readability-braces-around-statements statement should be inside braces 2
5080 src/nvim/spell.c @ Line 6040 google-readability-braces-around-statements statement should be inside braces 2
5081 src/nvim/spell.c @ Line 6040 readability-braces-around-statements statement should be inside braces 2
5082 src/nvim/spell.c @ Line 6042 google-readability-braces-around-statements statement should be inside braces 2
5083 src/nvim/spell.c @ Line 6042 readability-braces-around-statements statement should be inside braces 2
5084 src/nvim/spell.c @ Line 6054 google-readability-braces-around-statements statement should be inside braces 2
5085 src/nvim/spell.c @ Line 6054 readability-braces-around-statements statement should be inside braces 2
5086 src/nvim/spell.c @ Line 6066 google-readability-braces-around-statements statement should be inside braces 2
5087 src/nvim/spell.c @ Line 6066 readability-braces-around-statements statement should be inside braces 2
5088 src/nvim/spell.c @ Line 6070 google-readability-braces-around-statements statement should be inside braces 2
5089 src/nvim/spell.c @ Line 6070 readability-braces-around-statements statement should be inside braces 2
5090 src/nvim/spell.c @ Line 6079 google-readability-braces-around-statements statement should be inside braces 2
5091 src/nvim/spell.c @ Line 6079 readability-braces-around-statements statement should be inside braces 2
5092 src/nvim/spell.c @ Line 6091 google-readability-braces-around-statements statement should be inside braces 2
5093 src/nvim/spell.c @ Line 6091 readability-braces-around-statements statement should be inside braces 2
5094 src/nvim/spell.c @ Line 6096 google-readability-braces-around-statements statement should be inside braces 2
5095 src/nvim/spell.c @ Line 6096 readability-braces-around-statements statement should be inside braces 2
5096 src/nvim/spell.c @ Line 6102 google-readability-braces-around-statements statement should be inside braces 2
5097 src/nvim/spell.c @ Line 6102 readability-braces-around-statements statement should be inside braces 2
5098 src/nvim/spell.c @ Line 6112 google-readability-braces-around-statements statement should be inside braces 2
5099 src/nvim/spell.c @ Line 6112 readability-braces-around-statements statement should be inside braces 2
5100 src/nvim/spell.c @ Line 6115 google-readability-braces-around-statements statement should be inside braces 2
5101 src/nvim/spell.c @ Line 6115 readability-braces-around-statements statement should be inside braces 2
5102 src/nvim/spell.c @ Line 6120 google-readability-braces-around-statements statement should be inside braces 2
5103 src/nvim/spell.c @ Line 6120 readability-braces-around-statements statement should be inside braces 2
5104 src/nvim/spell.c @ Line 6122 google-readability-braces-around-statements statement should be inside braces 2
5105 src/nvim/spell.c @ Line 6122 readability-braces-around-statements statement should be inside braces 2
5106 src/nvim/spell.c @ Line 6125 google-readability-braces-around-statements statement should be inside braces 2
5107 src/nvim/spell.c @ Line 6125 readability-braces-around-statements statement should be inside braces 2
5108 src/nvim/spell.c @ Line 6144 google-readability-braces-around-statements statement should be inside braces 2
5109 src/nvim/spell.c @ Line 6144 readability-braces-around-statements statement should be inside braces 2
5110 src/nvim/spell.c @ Line 6180 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5111 src/nvim/spell.c @ Line 6181 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5112 src/nvim/spell.c @ Line 6188 google-readability-braces-around-statements statement should be inside braces 2
5113 src/nvim/spell.c @ Line 6188 readability-braces-around-statements statement should be inside braces 2
5114 src/nvim/spell.c @ Line 6191 google-readability-braces-around-statements statement should be inside braces 2
5115 src/nvim/spell.c @ Line 6191 readability-braces-around-statements statement should be inside braces 2
5116 src/nvim/spell.c @ Line 6202 google-readability-braces-around-statements statement should be inside braces 2
5117 src/nvim/spell.c @ Line 6202 readability-braces-around-statements statement should be inside braces 2
5118 src/nvim/spell.c @ Line 6204 google-readability-braces-around-statements statement should be inside braces 2
5119 src/nvim/spell.c @ Line 6204 readability-braces-around-statements statement should be inside braces 2
5120 src/nvim/spell.c @ Line 6215 google-readability-braces-around-statements statement should be inside braces 2
5121 src/nvim/spell.c @ Line 6215 readability-braces-around-statements statement should be inside braces 2
5122 src/nvim/spell.c @ Line 6242 google-readability-braces-around-statements statement should be inside braces 2
5123 src/nvim/spell.c @ Line 6242 readability-braces-around-statements statement should be inside braces 2
5124 src/nvim/spell.c @ Line 6256 google-readability-braces-around-statements statement should be inside braces 2
5125 src/nvim/spell.c @ Line 6256 readability-braces-around-statements statement should be inside braces 2
5126 src/nvim/spell.c @ Line 6264 google-readability-braces-around-statements statement should be inside braces 2
5127 src/nvim/spell.c @ Line 6264 readability-braces-around-statements statement should be inside braces 2
5128 src/nvim/spell.c @ Line 6268 google-readability-braces-around-statements statement should be inside braces 2
5129 src/nvim/spell.c @ Line 6268 readability-braces-around-statements statement should be inside braces 2
5130 src/nvim/spell.c @ Line 6280 google-readability-braces-around-statements statement should be inside braces 2
5131 src/nvim/spell.c @ Line 6280 readability-braces-around-statements statement should be inside braces 2
5132 src/nvim/spell.c @ Line 6292 google-readability-braces-around-statements statement should be inside braces 2
5133 src/nvim/spell.c @ Line 6292 readability-braces-around-statements statement should be inside braces 2
5134 src/nvim/spell.c @ Line 6302 google-readability-braces-around-statements statement should be inside braces 2
5135 src/nvim/spell.c @ Line 6302 readability-braces-around-statements statement should be inside braces 2
5136 src/nvim/spell.c @ Line 6310 google-readability-braces-around-statements statement should be inside braces 2
5137 src/nvim/spell.c @ Line 6310 readability-braces-around-statements statement should be inside braces 2
5138 src/nvim/spell.c @ Line 6317 google-readability-braces-around-statements statement should be inside braces 2
5139 src/nvim/spell.c @ Line 6317 readability-braces-around-statements statement should be inside braces 2
5140 src/nvim/spell.c @ Line 6321 google-readability-braces-around-statements statement should be inside braces 2
5141 src/nvim/spell.c @ Line 6321 readability-braces-around-statements statement should be inside braces 2
5142 src/nvim/spell.c @ Line 6329 google-readability-braces-around-statements statement should be inside braces 2
5143 src/nvim/spell.c @ Line 6329 readability-braces-around-statements statement should be inside braces 2
5144 src/nvim/spell.c @ Line 6337 google-readability-braces-around-statements statement should be inside braces 2
5145 src/nvim/spell.c @ Line 6337 readability-braces-around-statements statement should be inside braces 2
5146 src/nvim/spell.c @ Line 6341 google-readability-braces-around-statements statement should be inside braces 2
5147 src/nvim/spell.c @ Line 6341 readability-braces-around-statements statement should be inside braces 2
5148 src/nvim/spell.c @ Line 6351 google-readability-braces-around-statements statement should be inside braces 2
5149 src/nvim/spell.c @ Line 6351 readability-braces-around-statements statement should be inside braces 2
5150 src/nvim/spell.c @ Line 6361 google-readability-braces-around-statements statement should be inside braces 2
5151 src/nvim/spell.c @ Line 6361 readability-braces-around-statements statement should be inside braces 2
5152 src/nvim/spell.c @ Line 6378 readability-non-const-parameter pointer parameter 'badword' can be pointer to const 2
5153 src/nvim/spell.c @ Line 6378 readability-non-const-parameter pointer parameter 'goodword' can be pointer to const 2
5154 src/nvim/spell.c @ Line 6381 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5155 src/nvim/spell.c @ Line 6383 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5156 src/nvim/spell.c @ Line 6384 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5157 src/nvim/spell.c @ Line 6411 google-readability-braces-around-statements statement should be inside braces 2
5158 src/nvim/spell.c @ Line 6411 readability-braces-around-statements statement should be inside braces 2
5159 src/nvim/spell.c @ Line 6423 google-readability-braces-around-statements statement should be inside braces 2
5160 src/nvim/spell.c @ Line 6423 readability-braces-around-statements statement should be inside braces 2
5161 src/nvim/spell.c @ Line 6429 google-readability-braces-around-statements statement should be inside braces 2
5162 src/nvim/spell.c @ Line 6429 readability-braces-around-statements statement should be inside braces 2
5163 src/nvim/spell.c @ Line 6431 google-readability-braces-around-statements statement should be inside braces 2
5164 src/nvim/spell.c @ Line 6431 readability-braces-around-statements statement should be inside braces 2
5165 src/nvim/spell.c @ Line 6440 google-readability-braces-around-statements statement should be inside braces 2
5166 src/nvim/spell.c @ Line 6440 readability-braces-around-statements statement should be inside braces 2
5167 src/nvim/spell.c @ Line 6445 google-readability-braces-around-statements statement should be inside braces 2
5168 src/nvim/spell.c @ Line 6445 readability-braces-around-statements statement should be inside braces 2
5169 src/nvim/spell.c @ Line 6448 google-readability-braces-around-statements statement should be inside braces 2
5170 src/nvim/spell.c @ Line 6448 readability-braces-around-statements statement should be inside braces 2
5171 src/nvim/spell.c @ Line 6472 readability-non-const-parameter pointer parameter 'badword' can be pointer to const 2
5172 src/nvim/spell.c @ Line 6472 readability-non-const-parameter pointer parameter 'goodword' can be pointer to const 2
5173 src/nvim/spell.c @ Line 6476 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5174 src/nvim/spell.c @ Line 6477 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5175 src/nvim/spell.c @ Line 6478 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5176 src/nvim/spell.c @ Line 6518 google-readability-braces-around-statements statement should be inside braces 2
5177 src/nvim/spell.c @ Line 6518 readability-braces-around-statements statement should be inside braces 2
5178 src/nvim/spell.c @ Line 6521 google-readability-braces-around-statements statement should be inside braces 2
5179 src/nvim/spell.c @ Line 6521 readability-braces-around-statements statement should be inside braces 2
5180 src/nvim/spell.c @ Line 6531 google-readability-braces-around-statements statement should be inside braces 2
5181 src/nvim/spell.c @ Line 6531 readability-braces-around-statements statement should be inside braces 2
5182 src/nvim/spell.c @ Line 6537 google-readability-braces-around-statements statement should be inside braces 2
5183 src/nvim/spell.c @ Line 6537 readability-braces-around-statements statement should be inside braces 2
5184 src/nvim/spell.c @ Line 6589 google-readability-braces-around-statements statement should be inside braces 2
5185 src/nvim/spell.c @ Line 6589 readability-braces-around-statements statement should be inside braces 2
5186 src/nvim/spell.c @ Line 6595 google-readability-braces-around-statements statement should be inside braces 2
5187 src/nvim/spell.c @ Line 6595 readability-braces-around-statements statement should be inside braces 2
5188 src/nvim/spell.c @ Line 6597 google-readability-braces-around-statements statement should be inside braces 2
5189 src/nvim/spell.c @ Line 6597 readability-braces-around-statements statement should be inside braces 2
5190 src/nvim/spell.c @ Line 6610 google-readability-braces-around-statements statement should be inside braces 2
5191 src/nvim/spell.c @ Line 6610 readability-braces-around-statements statement should be inside braces 2
5192 src/nvim/spell.c @ Line 6623 google-readability-braces-around-statements statement should be inside braces 2
5193 src/nvim/spell.c @ Line 6623 readability-braces-around-statements statement should be inside braces 2
5194 src/nvim/spell.c @ Line 6722 google-readability-braces-around-statements statement should be inside braces 2
5195 src/nvim/spell.c @ Line 6722 readability-braces-around-statements statement should be inside braces 2
5196 src/nvim/spell.c @ Line 6726 google-readability-braces-around-statements statement should be inside braces 2
5197 src/nvim/spell.c @ Line 6726 readability-braces-around-statements statement should be inside braces 2
5198 src/nvim/spell.c @ Line 6730 google-readability-braces-around-statements statement should be inside braces 2
5199 src/nvim/spell.c @ Line 6730 readability-braces-around-statements statement should be inside braces 2
5200 src/nvim/spell.c @ Line 6741 google-readability-braces-around-statements statement should be inside braces 2
5201 src/nvim/spell.c @ Line 6741 readability-braces-around-statements statement should be inside braces 2
5202 src/nvim/spell.c @ Line 6755 google-readability-braces-around-statements statement should be inside braces 2
5203 src/nvim/spell.c @ Line 6755 readability-braces-around-statements statement should be inside braces 2
5204 src/nvim/spell.c @ Line 6762 google-readability-braces-around-statements statement should be inside braces 2
5205 src/nvim/spell.c @ Line 6762 readability-braces-around-statements statement should be inside braces 2
5206 src/nvim/spell.c @ Line 6772 google-readability-braces-around-statements statement should be inside braces 2
5207 src/nvim/spell.c @ Line 6772 readability-braces-around-statements statement should be inside braces 2
5208 src/nvim/spell.c @ Line 6774 google-readability-braces-around-statements statement should be inside braces 2
5209 src/nvim/spell.c @ Line 6774 readability-braces-around-statements statement should be inside braces 2
5210 src/nvim/spell.c @ Line 6789 google-readability-braces-around-statements statement should be inside braces 2
5211 src/nvim/spell.c @ Line 6789 readability-braces-around-statements statement should be inside braces 2
5212 src/nvim/spell.c @ Line 6820 google-readability-braces-around-statements statement should be inside braces 2
5213 src/nvim/spell.c @ Line 6820 readability-braces-around-statements statement should be inside braces 2
5214 src/nvim/spell.c @ Line 6829 google-readability-braces-around-statements statement should be inside braces 2
5215 src/nvim/spell.c @ Line 6829 readability-braces-around-statements statement should be inside braces 2
5216 src/nvim/spell.c @ Line 6834 google-readability-braces-around-statements statement should be inside braces 2
5217 src/nvim/spell.c @ Line 6834 readability-braces-around-statements statement should be inside braces 2
5218 src/nvim/spell.c @ Line 6852 google-readability-braces-around-statements statement should be inside braces 2
5219 src/nvim/spell.c @ Line 6852 readability-braces-around-statements statement should be inside braces 2
5220 src/nvim/spell.c @ Line 6875 google-readability-braces-around-statements statement should be inside braces 2
5221 src/nvim/spell.c @ Line 6875 readability-braces-around-statements statement should be inside braces 2
5222 src/nvim/spell.c @ Line 6877 google-readability-braces-around-statements statement should be inside braces 2
5223 src/nvim/spell.c @ Line 6877 readability-braces-around-statements statement should be inside braces 2
5224 src/nvim/spell.c @ Line 6888 google-readability-braces-around-statements statement should be inside braces 2
5225 src/nvim/spell.c @ Line 6888 readability-braces-around-statements statement should be inside braces 2
5226 src/nvim/spell.c @ Line 6896 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5227 src/nvim/spell.c @ Line 6897 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5228 src/nvim/spell.c @ Line 6899 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5229 src/nvim/spell.c @ Line 6902 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5230 src/nvim/spell.c @ Line 6904 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5231 src/nvim/spell.c @ Line 7001 google-readability-braces-around-statements statement should be inside braces 2
5232 src/nvim/spell.c @ Line 7001 readability-braces-around-statements statement should be inside braces 2
5233 src/nvim/spell.c @ Line 7002 google-readability-braces-around-statements statement should be inside braces 2
5234 src/nvim/spell.c @ Line 7002 readability-braces-around-statements statement should be inside braces 2
5235 src/nvim/spell.c @ Line 7012 google-readability-braces-around-statements statement should be inside braces 2
5236 src/nvim/spell.c @ Line 7012 readability-braces-around-statements statement should be inside braces 2
5237 src/nvim/spell.c @ Line 7027 google-readability-braces-around-statements statement should be inside braces 2
5238 src/nvim/spell.c @ Line 7027 readability-braces-around-statements statement should be inside braces 2
5239 src/nvim/spellfile.c @ Line 590 google-readability-braces-around-statements statement should be inside braces 2
5240 src/nvim/spellfile.c @ Line 590 readability-braces-around-statements statement should be inside braces 2
5241 src/nvim/spellfile.c @ Line 613 google-readability-braces-around-statements statement should be inside braces 2
5242 src/nvim/spellfile.c @ Line 613 readability-braces-around-statements statement should be inside braces 2
5243 src/nvim/spellfile.c @ Line 651 google-readability-braces-around-statements statement should be inside braces 2
5244 src/nvim/spellfile.c @ Line 651 readability-braces-around-statements statement should be inside braces 2
5245 src/nvim/spellfile.c @ Line 655 google-readability-braces-around-statements statement should be inside braces 2
5246 src/nvim/spellfile.c @ Line 655 readability-braces-around-statements statement should be inside braces 2
5247 src/nvim/spellfile.c @ Line 662 google-readability-braces-around-statements statement should be inside braces 2
5248 src/nvim/spellfile.c @ Line 662 readability-braces-around-statements statement should be inside braces 2
5249 src/nvim/spellfile.c @ Line 676 google-readability-braces-around-statements statement should be inside braces 2
5250 src/nvim/spellfile.c @ Line 676 readability-braces-around-statements statement should be inside braces 2
5251 src/nvim/spellfile.c @ Line 702 google-readability-braces-around-statements statement should be inside braces 2
5252 src/nvim/spellfile.c @ Line 702 readability-braces-around-statements statement should be inside braces 2
5253 src/nvim/spellfile.c @ Line 734 google-readability-braces-around-statements statement should be inside braces 2
5254 src/nvim/spellfile.c @ Line 734 readability-braces-around-statements statement should be inside braces 2
5255 src/nvim/spellfile.c @ Line 736 google-readability-braces-around-statements statement should be inside braces 2
5256 src/nvim/spellfile.c @ Line 736 readability-braces-around-statements statement should be inside braces 2
5257 src/nvim/spellfile.c @ Line 747 google-readability-braces-around-statements statement should be inside braces 2
5258 src/nvim/spellfile.c @ Line 747 readability-braces-around-statements statement should be inside braces 2
5259 src/nvim/spellfile.c @ Line 748 google-readability-braces-around-statements statement should be inside braces 2
5260 src/nvim/spellfile.c @ Line 748 readability-braces-around-statements statement should be inside braces 2
5261 src/nvim/spellfile.c @ Line 762 google-readability-braces-around-statements statement should be inside braces 2
5262 src/nvim/spellfile.c @ Line 762 readability-braces-around-statements statement should be inside braces 2
5263 src/nvim/spellfile.c @ Line 795 google-readability-braces-around-statements statement should be inside braces 2
5264 src/nvim/spellfile.c @ Line 795 readability-braces-around-statements statement should be inside braces 2
5265 src/nvim/spellfile.c @ Line 798 google-readability-braces-around-statements statement should be inside braces 2
5266 src/nvim/spellfile.c @ Line 798 readability-braces-around-statements statement should be inside braces 2
5267 src/nvim/spellfile.c @ Line 803 google-readability-braces-around-statements statement should be inside braces 2
5268 src/nvim/spellfile.c @ Line 803 readability-braces-around-statements statement should be inside braces 2
5269 src/nvim/spellfile.c @ Line 813 readability-non-const-parameter pointer parameter 'byts' can be pointer to const 2
5270 src/nvim/spellfile.c @ Line 830 google-readability-braces-around-statements statement should be inside braces 2
5271 src/nvim/spellfile.c @ Line 830 readability-braces-around-statements statement should be inside braces 2
5272 src/nvim/spellfile.c @ Line 891 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5273 src/nvim/spellfile.c @ Line 898 google-readability-braces-around-statements statement should be inside braces 2
5274 src/nvim/spellfile.c @ Line 898 readability-braces-around-statements statement should be inside braces 2
5275 src/nvim/spellfile.c @ Line 945 google-readability-braces-around-statements statement should be inside braces 2
5276 src/nvim/spellfile.c @ Line 945 readability-braces-around-statements statement should be inside braces 2
5277 src/nvim/spellfile.c @ Line 959 google-readability-braces-around-statements statement should be inside braces 2
5278 src/nvim/spellfile.c @ Line 959 readability-braces-around-statements statement should be inside braces 2
5279 src/nvim/spellfile.c @ Line 975 google-readability-braces-around-statements statement should be inside braces 2
5280 src/nvim/spellfile.c @ Line 975 readability-braces-around-statements statement should be inside braces 2
5281 src/nvim/spellfile.c @ Line 977 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5282 src/nvim/spellfile.c @ Line 1004 google-readability-braces-around-statements statement should be inside braces 2
5283 src/nvim/spellfile.c @ Line 1004 readability-braces-around-statements statement should be inside braces 2
5284 src/nvim/spellfile.c @ Line 1008 google-readability-braces-around-statements statement should be inside braces 2
5285 src/nvim/spellfile.c @ Line 1008 readability-braces-around-statements statement should be inside braces 2
5286 src/nvim/spellfile.c @ Line 1032 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5287 src/nvim/spellfile.c @ Line 1036 google-readability-braces-around-statements statement should be inside braces 2
5288 src/nvim/spellfile.c @ Line 1036 readability-braces-around-statements statement should be inside braces 2
5289 src/nvim/spellfile.c @ Line 1047 google-readability-braces-around-statements statement should be inside braces 2
5290 src/nvim/spellfile.c @ Line 1047 readability-braces-around-statements statement should be inside braces 2
5291 src/nvim/spellfile.c @ Line 1054 google-readability-braces-around-statements statement should be inside braces 2
5292 src/nvim/spellfile.c @ Line 1054 readability-braces-around-statements statement should be inside braces 2
5293 src/nvim/spellfile.c @ Line 1100 google-readability-braces-around-statements statement should be inside braces 2
5294 src/nvim/spellfile.c @ Line 1100 readability-braces-around-statements statement should be inside braces 2
5295 src/nvim/spellfile.c @ Line 1110 google-readability-braces-around-statements statement should be inside braces 2
5296 src/nvim/spellfile.c @ Line 1110 readability-braces-around-statements statement should be inside braces 2
5297 src/nvim/spellfile.c @ Line 1112 google-readability-braces-around-statements statement should be inside braces 2
5298 src/nvim/spellfile.c @ Line 1112 readability-braces-around-statements statement should be inside braces 2
5299 src/nvim/spellfile.c @ Line 1117 google-readability-braces-around-statements statement should be inside braces 2
5300 src/nvim/spellfile.c @ Line 1117 readability-braces-around-statements statement should be inside braces 2
5301 src/nvim/spellfile.c @ Line 1129 google-readability-braces-around-statements statement should be inside braces 2
5302 src/nvim/spellfile.c @ Line 1129 readability-braces-around-statements statement should be inside braces 2
5303 src/nvim/spellfile.c @ Line 1159 google-readability-braces-around-statements statement should be inside braces 2
5304 src/nvim/spellfile.c @ Line 1159 readability-braces-around-statements statement should be inside braces 2
5305 src/nvim/spellfile.c @ Line 1172 google-readability-braces-around-statements statement should be inside braces 2
5306 src/nvim/spellfile.c @ Line 1172 readability-braces-around-statements statement should be inside braces 2
5307 src/nvim/spellfile.c @ Line 1181 google-readability-braces-around-statements statement should be inside braces 2
5308 src/nvim/spellfile.c @ Line 1181 readability-braces-around-statements statement should be inside braces 2
5309 src/nvim/spellfile.c @ Line 1193 google-readability-braces-around-statements statement should be inside braces 2
5310 src/nvim/spellfile.c @ Line 1193 readability-braces-around-statements statement should be inside braces 2
5311 src/nvim/spellfile.c @ Line 1198 google-readability-braces-around-statements statement should be inside braces 2
5312 src/nvim/spellfile.c @ Line 1198 readability-braces-around-statements statement should be inside braces 2
5313 src/nvim/spellfile.c @ Line 1200 google-readability-braces-around-statements statement should be inside braces 2
5314 src/nvim/spellfile.c @ Line 1200 readability-braces-around-statements statement should be inside braces 2
5315 src/nvim/spellfile.c @ Line 1275 google-readability-braces-around-statements statement should be inside braces 2
5316 src/nvim/spellfile.c @ Line 1275 readability-braces-around-statements statement should be inside braces 2
5317 src/nvim/spellfile.c @ Line 1278 google-readability-braces-around-statements statement should be inside braces 2
5318 src/nvim/spellfile.c @ Line 1278 readability-braces-around-statements statement should be inside braces 2
5319 src/nvim/spellfile.c @ Line 1280 google-readability-braces-around-statements statement should be inside braces 2
5320 src/nvim/spellfile.c @ Line 1280 readability-braces-around-statements statement should be inside braces 2
5321 src/nvim/spellfile.c @ Line 1296 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5322 src/nvim/spellfile.c @ Line 1303 google-readability-braces-around-statements statement should be inside braces 2
5323 src/nvim/spellfile.c @ Line 1303 readability-braces-around-statements statement should be inside braces 2
5324 src/nvim/spellfile.c @ Line 1314 google-readability-braces-around-statements statement should be inside braces 2
5325 src/nvim/spellfile.c @ Line 1314 readability-braces-around-statements statement should be inside braces 2
5326 src/nvim/spellfile.c @ Line 1316 google-readability-braces-around-statements statement should be inside braces 2
5327 src/nvim/spellfile.c @ Line 1316 readability-braces-around-statements statement should be inside braces 2
5328 src/nvim/spellfile.c @ Line 1318 google-readability-braces-around-statements statement should be inside braces 2
5329 src/nvim/spellfile.c @ Line 1318 readability-braces-around-statements statement should be inside braces 2
5330 src/nvim/spellfile.c @ Line 1342 google-readability-braces-around-statements statement should be inside braces 2
5331 src/nvim/spellfile.c @ Line 1342 readability-braces-around-statements statement should be inside braces 2
5332 src/nvim/spellfile.c @ Line 1347 google-readability-braces-around-statements statement should be inside braces 2
5333 src/nvim/spellfile.c @ Line 1347 readability-braces-around-statements statement should be inside braces 2
5334 src/nvim/spellfile.c @ Line 1353 google-readability-braces-around-statements statement should be inside braces 2
5335 src/nvim/spellfile.c @ Line 1353 readability-braces-around-statements statement should be inside braces 2
5336 src/nvim/spellfile.c @ Line 1359 google-readability-braces-around-statements statement should be inside braces 2
5337 src/nvim/spellfile.c @ Line 1359 readability-braces-around-statements statement should be inside braces 2
5338 src/nvim/spellfile.c @ Line 1364 google-readability-braces-around-statements statement should be inside braces 2
5339 src/nvim/spellfile.c @ Line 1364 readability-braces-around-statements statement should be inside braces 2
5340 src/nvim/spellfile.c @ Line 1384 google-readability-braces-around-statements statement should be inside braces 2
5341 src/nvim/spellfile.c @ Line 1384 readability-braces-around-statements statement should be inside braces 2
5342 src/nvim/spellfile.c @ Line 1389 google-readability-braces-around-statements statement should be inside braces 2
5343 src/nvim/spellfile.c @ Line 1389 readability-braces-around-statements statement should be inside braces 2
5344 src/nvim/spellfile.c @ Line 1439 google-readability-braces-around-statements statement should be inside braces 2
5345 src/nvim/spellfile.c @ Line 1439 readability-braces-around-statements statement should be inside braces 2
5346 src/nvim/spellfile.c @ Line 1441 google-readability-braces-around-statements statement should be inside braces 2
5347 src/nvim/spellfile.c @ Line 1441 readability-braces-around-statements statement should be inside braces 2
5348 src/nvim/spellfile.c @ Line 1448 google-readability-braces-around-statements statement should be inside braces 2
5349 src/nvim/spellfile.c @ Line 1448 readability-braces-around-statements statement should be inside braces 2
5350 src/nvim/spellfile.c @ Line 1458 google-readability-braces-around-statements statement should be inside braces 2
5351 src/nvim/spellfile.c @ Line 1458 readability-braces-around-statements statement should be inside braces 2
5352 src/nvim/spellfile.c @ Line 1479 google-readability-braces-around-statements statement should be inside braces 2
5353 src/nvim/spellfile.c @ Line 1479 readability-braces-around-statements statement should be inside braces 2
5354 src/nvim/spellfile.c @ Line 1484 google-readability-braces-around-statements statement should be inside braces 2
5355 src/nvim/spellfile.c @ Line 1484 readability-braces-around-statements statement should be inside braces 2
5356 src/nvim/spellfile.c @ Line 1659 google-readability-braces-around-statements statement should be inside braces 2
5357 src/nvim/spellfile.c @ Line 1659 readability-braces-around-statements statement should be inside braces 2
5358 src/nvim/spellfile.c @ Line 1674 misc-no-recursion function 'read_tree_node' is within a recursive call chain 4
5359 src/nvim/spellfile.c @ Line 1693 google-readability-braces-around-statements statement should be inside braces 2
5360 src/nvim/spellfile.c @ Line 1693 readability-braces-around-statements statement should be inside braces 2
5361 src/nvim/spellfile.c @ Line 1696 google-readability-braces-around-statements statement should be inside braces 2
5362 src/nvim/spellfile.c @ Line 1696 readability-braces-around-statements statement should be inside braces 2
5363 src/nvim/spellfile.c @ Line 1703 google-readability-braces-around-statements statement should be inside braces 2
5364 src/nvim/spellfile.c @ Line 1703 readability-braces-around-statements statement should be inside braces 2
5365 src/nvim/spellfile.c @ Line 1715 google-readability-braces-around-statements statement should be inside braces 2
5366 src/nvim/spellfile.c @ Line 1715 readability-braces-around-statements statement should be inside braces 2
5367 src/nvim/spellfile.c @ Line 1717 google-readability-braces-around-statements statement should be inside braces 2
5368 src/nvim/spellfile.c @ Line 1717 readability-braces-around-statements statement should be inside braces 2
5369 src/nvim/spellfile.c @ Line 1723 google-readability-braces-around-statements statement should be inside braces 2
5370 src/nvim/spellfile.c @ Line 1723 readability-braces-around-statements statement should be inside braces 2
5371 src/nvim/spellfile.c @ Line 1732 google-readability-braces-around-statements statement should be inside braces 2
5372 src/nvim/spellfile.c @ Line 1732 readability-braces-around-statements statement should be inside braces 2
5373 src/nvim/spellfile.c @ Line 1734 google-readability-braces-around-statements statement should be inside braces 2
5374 src/nvim/spellfile.c @ Line 1734 readability-braces-around-statements statement should be inside braces 2
5375 src/nvim/spellfile.c @ Line 1736 google-readability-braces-around-statements statement should be inside braces 2
5376 src/nvim/spellfile.c @ Line 1736 readability-braces-around-statements statement should be inside braces 2
5377 src/nvim/spellfile.c @ Line 1745 google-readability-braces-around-statements statement should be inside braces 2
5378 src/nvim/spellfile.c @ Line 1745 readability-braces-around-statements statement should be inside braces 2
5379 src/nvim/spellfile.c @ Line 1757 google-readability-braces-around-statements statement should be inside braces 2
5380 src/nvim/spellfile.c @ Line 1757 readability-braces-around-statements statement should be inside braces 2
5381 src/nvim/spellfile.c @ Line 1759 google-readability-braces-around-statements statement should be inside braces 2
5382 src/nvim/spellfile.c @ Line 1759 readability-braces-around-statements statement should be inside braces 2
5383 src/nvim/spellfile.c @ Line 1765 google-readability-braces-around-statements statement should be inside braces 2
5384 src/nvim/spellfile.c @ Line 1765 readability-braces-around-statements statement should be inside braces 2
5385 src/nvim/spellfile.c @ Line 1786 google-readability-braces-around-statements statement should be inside braces 2
5386 src/nvim/spellfile.c @ Line 1786 readability-braces-around-statements statement should be inside braces 2
5387 src/nvim/spellfile.c @ Line 1796 google-readability-braces-around-statements statement should be inside braces 2
5388 src/nvim/spellfile.c @ Line 1796 readability-braces-around-statements statement should be inside braces 2
5389 src/nvim/spellfile.c @ Line 1805 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
5390 src/nvim/spellfile.c @ Line 1828 google-readability-braces-around-statements statement should be inside braces 2
5391 src/nvim/spellfile.c @ Line 1828 readability-braces-around-statements statement should be inside braces 2
5392 src/nvim/spellfile.c @ Line 2022 google-readability-braces-around-statements statement should be inside braces 2
5393 src/nvim/spellfile.c @ Line 2022 readability-braces-around-statements statement should be inside braces 2
5394 src/nvim/spellfile.c @ Line 2044 google-readability-braces-around-statements statement should be inside braces 2
5395 src/nvim/spellfile.c @ Line 2044 readability-braces-around-statements statement should be inside braces 2
5396 src/nvim/spellfile.c @ Line 2046 google-readability-braces-around-statements statement should be inside braces 2
5397 src/nvim/spellfile.c @ Line 2046 readability-braces-around-statements statement should be inside braces 2
5398 src/nvim/spellfile.c @ Line 2048 google-readability-braces-around-statements statement should be inside braces 2
5399 src/nvim/spellfile.c @ Line 2048 readability-braces-around-statements statement should be inside braces 2
5400 src/nvim/spellfile.c @ Line 2052 google-readability-braces-around-statements statement should be inside braces 2
5401 src/nvim/spellfile.c @ Line 2052 readability-braces-around-statements statement should be inside braces 2
5402 src/nvim/spellfile.c @ Line 2053 google-readability-braces-around-statements statement should be inside braces 2
5403 src/nvim/spellfile.c @ Line 2053 readability-braces-around-statements statement should be inside braces 2
5404 src/nvim/spellfile.c @ Line 2055 google-readability-braces-around-statements statement should be inside braces 2
5405 src/nvim/spellfile.c @ Line 2055 readability-braces-around-statements statement should be inside braces 2
5406 src/nvim/spellfile.c @ Line 2056 google-readability-braces-around-statements statement should be inside braces 2
5407 src/nvim/spellfile.c @ Line 2056 readability-braces-around-statements statement should be inside braces 2
5408 src/nvim/spellfile.c @ Line 2058 google-readability-braces-around-statements statement should be inside braces 2
5409 src/nvim/spellfile.c @ Line 2058 readability-braces-around-statements statement should be inside braces 2
5410 src/nvim/spellfile.c @ Line 2070 google-readability-braces-around-statements statement should be inside braces 2
5411 src/nvim/spellfile.c @ Line 2070 readability-braces-around-statements statement should be inside braces 2
5412 src/nvim/spellfile.c @ Line 2076 google-readability-braces-around-statements statement should be inside braces 2
5413 src/nvim/spellfile.c @ Line 2076 readability-braces-around-statements statement should be inside braces 2
5414 src/nvim/spellfile.c @ Line 2078 google-readability-braces-around-statements statement should be inside braces 2
5415 src/nvim/spellfile.c @ Line 2078 readability-braces-around-statements statement should be inside braces 2
5416 src/nvim/spellfile.c @ Line 2080 google-readability-braces-around-statements statement should be inside braces 2
5417 src/nvim/spellfile.c @ Line 2080 readability-braces-around-statements statement should be inside braces 2
5418 src/nvim/spellfile.c @ Line 2082 google-readability-braces-around-statements statement should be inside braces 2
5419 src/nvim/spellfile.c @ Line 2082 readability-braces-around-statements statement should be inside braces 2
5420 src/nvim/spellfile.c @ Line 2095 google-readability-braces-around-statements statement should be inside braces 2
5421 src/nvim/spellfile.c @ Line 2095 readability-braces-around-statements statement should be inside braces 2
5422 src/nvim/spellfile.c @ Line 2104 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5423 src/nvim/spellfile.c @ Line 2105 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5424 src/nvim/spellfile.c @ Line 2107 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5425 src/nvim/spellfile.c @ Line 2108 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5426 src/nvim/spellfile.c @ Line 2109 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5427 src/nvim/spellfile.c @ Line 2117 google-readability-todo missing username/bug in TODO 2
5428 src/nvim/spellfile.c @ Line 2124 google-readability-todo missing username/bug in TODO 2
5429 src/nvim/spellfile.c @ Line 2160 google-readability-braces-around-statements statement should be inside braces 2
5430 src/nvim/spellfile.c @ Line 2160 readability-braces-around-statements statement should be inside braces 2
5431 src/nvim/spellfile.c @ Line 2167 google-readability-braces-around-statements statement should be inside braces 2
5432 src/nvim/spellfile.c @ Line 2167 readability-braces-around-statements statement should be inside braces 2
5433 src/nvim/spellfile.c @ Line 2175 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5434 src/nvim/spellfile.c @ Line 2176 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5435 src/nvim/spellfile.c @ Line 2181 google-readability-braces-around-statements statement should be inside braces 2
5436 src/nvim/spellfile.c @ Line 2181 readability-braces-around-statements statement should be inside braces 2
5437 src/nvim/spellfile.c @ Line 2190 google-readability-braces-around-statements statement should be inside braces 2
5438 src/nvim/spellfile.c @ Line 2190 readability-braces-around-statements statement should be inside braces 2
5439 src/nvim/spellfile.c @ Line 2194 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5440 src/nvim/spellfile.c @ Line 2195 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5441 src/nvim/spellfile.c @ Line 2197 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5442 src/nvim/spellfile.c @ Line 2203 google-readability-braces-around-statements statement should be inside braces 2
5443 src/nvim/spellfile.c @ Line 2203 readability-braces-around-statements statement should be inside braces 2
5444 src/nvim/spellfile.c @ Line 2209 google-readability-braces-around-statements statement should be inside braces 2
5445 src/nvim/spellfile.c @ Line 2209 readability-braces-around-statements statement should be inside braces 2
5446 src/nvim/spellfile.c @ Line 2215 google-readability-braces-around-statements statement should be inside braces 2
5447 src/nvim/spellfile.c @ Line 2215 readability-braces-around-statements statement should be inside braces 2
5448 src/nvim/spellfile.c @ Line 2227 google-readability-braces-around-statements statement should be inside braces 2
5449 src/nvim/spellfile.c @ Line 2227 readability-braces-around-statements statement should be inside braces 2
5450 src/nvim/spellfile.c @ Line 2235 google-readability-braces-around-statements statement should be inside braces 2
5451 src/nvim/spellfile.c @ Line 2235 readability-braces-around-statements statement should be inside braces 2
5452 src/nvim/spellfile.c @ Line 2238 google-readability-braces-around-statements statement should be inside braces 2
5453 src/nvim/spellfile.c @ Line 2238 readability-braces-around-statements statement should be inside braces 2
5454 src/nvim/spellfile.c @ Line 2269 google-readability-braces-around-statements statement should be inside braces 2
5455 src/nvim/spellfile.c @ Line 2269 readability-braces-around-statements statement should be inside braces 2
5456 src/nvim/spellfile.c @ Line 2271 google-readability-braces-around-statements statement should be inside braces 2
5457 src/nvim/spellfile.c @ Line 2271 readability-braces-around-statements statement should be inside braces 2
5458 src/nvim/spellfile.c @ Line 2282 google-readability-braces-around-statements statement should be inside braces 2
5459 src/nvim/spellfile.c @ Line 2282 readability-braces-around-statements statement should be inside braces 2
5460 src/nvim/spellfile.c @ Line 2285 google-readability-braces-around-statements statement should be inside braces 2
5461 src/nvim/spellfile.c @ Line 2285 readability-braces-around-statements statement should be inside braces 2
5462 src/nvim/spellfile.c @ Line 2309 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5463 src/nvim/spellfile.c @ Line 2320 google-readability-braces-around-statements statement should be inside braces 2
5464 src/nvim/spellfile.c @ Line 2320 readability-braces-around-statements statement should be inside braces 2
5465 src/nvim/spellfile.c @ Line 2328 google-readability-braces-around-statements statement should be inside braces 2
5466 src/nvim/spellfile.c @ Line 2328 readability-braces-around-statements statement should be inside braces 2
5467 src/nvim/spellfile.c @ Line 2331 google-readability-braces-around-statements statement should be inside braces 2
5468 src/nvim/spellfile.c @ Line 2331 readability-braces-around-statements statement should be inside braces 2
5469 src/nvim/spellfile.c @ Line 2346 google-readability-braces-around-statements statement should be inside braces 2
5470 src/nvim/spellfile.c @ Line 2346 readability-braces-around-statements statement should be inside braces 2
5471 src/nvim/spellfile.c @ Line 2366 google-readability-braces-around-statements statement should be inside braces 2
5472 src/nvim/spellfile.c @ Line 2366 readability-braces-around-statements statement should be inside braces 2
5473 src/nvim/spellfile.c @ Line 2373 google-readability-braces-around-statements statement should be inside braces 2
5474 src/nvim/spellfile.c @ Line 2373 readability-braces-around-statements statement should be inside braces 2
5475 src/nvim/spellfile.c @ Line 2397 google-readability-braces-around-statements statement should be inside braces 2
5476 src/nvim/spellfile.c @ Line 2397 readability-braces-around-statements statement should be inside braces 2
5477 src/nvim/spellfile.c @ Line 2399 google-readability-braces-around-statements statement should be inside braces 2
5478 src/nvim/spellfile.c @ Line 2399 readability-braces-around-statements statement should be inside braces 2
5479 src/nvim/spellfile.c @ Line 2403 google-readability-braces-around-statements statement should be inside braces 2
5480 src/nvim/spellfile.c @ Line 2403 readability-braces-around-statements statement should be inside braces 2
5481 src/nvim/spellfile.c @ Line 2424 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5482 src/nvim/spellfile.c @ Line 2467 google-readability-braces-around-statements statement should be inside braces 2
5483 src/nvim/spellfile.c @ Line 2467 readability-braces-around-statements statement should be inside braces 2
5484 src/nvim/spellfile.c @ Line 2479 google-readability-braces-around-statements statement should be inside braces 2
5485 src/nvim/spellfile.c @ Line 2479 readability-braces-around-statements statement should be inside braces 2
5486 src/nvim/spellfile.c @ Line 2481 google-readability-braces-around-statements statement should be inside braces 2
5487 src/nvim/spellfile.c @ Line 2481 readability-braces-around-statements statement should be inside braces 2
5488 src/nvim/spellfile.c @ Line 2487 google-readability-braces-around-statements statement should be inside braces 2
5489 src/nvim/spellfile.c @ Line 2487 readability-braces-around-statements statement should be inside braces 2
5490 src/nvim/spellfile.c @ Line 2489 google-readability-braces-around-statements statement should be inside braces 2
5491 src/nvim/spellfile.c @ Line 2489 readability-braces-around-statements statement should be inside braces 2
5492 src/nvim/spellfile.c @ Line 2491 google-readability-braces-around-statements statement should be inside braces 2
5493 src/nvim/spellfile.c @ Line 2491 readability-braces-around-statements statement should be inside braces 2
5494 src/nvim/spellfile.c @ Line 2493 google-readability-braces-around-statements statement should be inside braces 2
5495 src/nvim/spellfile.c @ Line 2493 readability-braces-around-statements statement should be inside braces 2
5496 src/nvim/spellfile.c @ Line 2516 google-readability-braces-around-statements statement should be inside braces 2
5497 src/nvim/spellfile.c @ Line 2516 readability-braces-around-statements statement should be inside braces 2
5498 src/nvim/spellfile.c @ Line 2525 google-readability-braces-around-statements statement should be inside braces 2
5499 src/nvim/spellfile.c @ Line 2525 readability-braces-around-statements statement should be inside braces 2
5500 src/nvim/spellfile.c @ Line 2549 google-readability-braces-around-statements statement should be inside braces 2
5501 src/nvim/spellfile.c @ Line 2549 readability-braces-around-statements statement should be inside braces 2
5502 src/nvim/spellfile.c @ Line 2578 google-readability-braces-around-statements statement should be inside braces 2
5503 src/nvim/spellfile.c @ Line 2578 readability-braces-around-statements statement should be inside braces 2
5504 src/nvim/spellfile.c @ Line 2580 google-readability-braces-around-statements statement should be inside braces 2
5505 src/nvim/spellfile.c @ Line 2580 readability-braces-around-statements statement should be inside braces 2
5506 src/nvim/spellfile.c @ Line 2582 google-readability-braces-around-statements statement should be inside braces 2
5507 src/nvim/spellfile.c @ Line 2582 readability-braces-around-statements statement should be inside braces 2
5508 src/nvim/spellfile.c @ Line 2584 google-readability-braces-around-statements statement should be inside braces 2
5509 src/nvim/spellfile.c @ Line 2584 readability-braces-around-statements statement should be inside braces 2
5510 src/nvim/spellfile.c @ Line 2606 google-readability-braces-around-statements statement should be inside braces 2
5511 src/nvim/spellfile.c @ Line 2606 readability-braces-around-statements statement should be inside braces 2
5512 src/nvim/spellfile.c @ Line 2649 google-readability-braces-around-statements statement should be inside braces 2
5513 src/nvim/spellfile.c @ Line 2649 readability-braces-around-statements statement should be inside braces 2
5514 src/nvim/spellfile.c @ Line 2654 google-readability-braces-around-statements statement should be inside braces 2
5515 src/nvim/spellfile.c @ Line 2654 readability-braces-around-statements statement should be inside braces 2
5516 src/nvim/spellfile.c @ Line 2656 google-readability-braces-around-statements statement should be inside braces 2
5517 src/nvim/spellfile.c @ Line 2656 readability-braces-around-statements statement should be inside braces 2
5518 src/nvim/spellfile.c @ Line 2658 google-readability-braces-around-statements statement should be inside braces 2
5519 src/nvim/spellfile.c @ Line 2658 readability-braces-around-statements statement should be inside braces 2
5520 src/nvim/spellfile.c @ Line 2668 google-readability-braces-around-statements statement should be inside braces 2
5521 src/nvim/spellfile.c @ Line 2668 readability-braces-around-statements statement should be inside braces 2
5522 src/nvim/spellfile.c @ Line 2671 google-readability-braces-around-statements statement should be inside braces 2
5523 src/nvim/spellfile.c @ Line 2671 readability-braces-around-statements statement should be inside braces 2
5524 src/nvim/spellfile.c @ Line 2716 google-readability-braces-around-statements statement should be inside braces 2
5525 src/nvim/spellfile.c @ Line 2716 readability-braces-around-statements statement should be inside braces 2
5526 src/nvim/spellfile.c @ Line 2718 google-readability-braces-around-statements statement should be inside braces 2
5527 src/nvim/spellfile.c @ Line 2718 readability-braces-around-statements statement should be inside braces 2
5528 src/nvim/spellfile.c @ Line 2721 google-readability-braces-around-statements statement should be inside braces 2
5529 src/nvim/spellfile.c @ Line 2721 readability-braces-around-statements statement should be inside braces 2
5530 src/nvim/spellfile.c @ Line 2724 google-readability-braces-around-statements statement should be inside braces 2
5531 src/nvim/spellfile.c @ Line 2724 readability-braces-around-statements statement should be inside braces 2
5532 src/nvim/spellfile.c @ Line 2749 google-readability-braces-around-statements statement should be inside braces 2
5533 src/nvim/spellfile.c @ Line 2749 readability-braces-around-statements statement should be inside braces 2
5534 src/nvim/spellfile.c @ Line 2752 google-readability-braces-around-statements statement should be inside braces 2
5535 src/nvim/spellfile.c @ Line 2752 readability-braces-around-statements statement should be inside braces 2
5536 src/nvim/spellfile.c @ Line 2784 google-readability-braces-around-statements statement should be inside braces 2
5537 src/nvim/spellfile.c @ Line 2784 readability-braces-around-statements statement should be inside braces 2
5538 src/nvim/spellfile.c @ Line 2812 google-readability-braces-around-statements statement should be inside braces 2
5539 src/nvim/spellfile.c @ Line 2812 readability-braces-around-statements statement should be inside braces 2
5540 src/nvim/spellfile.c @ Line 2816 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5541 src/nvim/spellfile.c @ Line 2817 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5542 src/nvim/spellfile.c @ Line 2823 google-readability-braces-around-statements statement should be inside braces 2
5543 src/nvim/spellfile.c @ Line 2823 readability-braces-around-statements statement should be inside braces 2
5544 src/nvim/spellfile.c @ Line 2839 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5545 src/nvim/spellfile.c @ Line 2852 google-readability-braces-around-statements statement should be inside braces 2
5546 src/nvim/spellfile.c @ Line 2852 readability-braces-around-statements statement should be inside braces 2
5547 src/nvim/spellfile.c @ Line 2919 google-readability-braces-around-statements statement should be inside braces 2
5548 src/nvim/spellfile.c @ Line 2919 readability-braces-around-statements statement should be inside braces 2
5549 src/nvim/spellfile.c @ Line 2927 google-readability-braces-around-statements statement should be inside braces 2
5550 src/nvim/spellfile.c @ Line 2927 readability-braces-around-statements statement should be inside braces 2
5551 src/nvim/spellfile.c @ Line 2936 google-readability-braces-around-statements statement should be inside braces 2
5552 src/nvim/spellfile.c @ Line 2936 readability-braces-around-statements statement should be inside braces 2
5553 src/nvim/spellfile.c @ Line 2978 google-readability-braces-around-statements statement should be inside braces 2
5554 src/nvim/spellfile.c @ Line 2978 readability-braces-around-statements statement should be inside braces 2
5555 src/nvim/spellfile.c @ Line 2982 google-readability-braces-around-statements statement should be inside braces 2
5556 src/nvim/spellfile.c @ Line 2982 readability-braces-around-statements statement should be inside braces 2
5557 src/nvim/spellfile.c @ Line 3045 google-readability-braces-around-statements statement should be inside braces 2
5558 src/nvim/spellfile.c @ Line 3045 readability-braces-around-statements statement should be inside braces 2
5559 src/nvim/spellfile.c @ Line 3051 google-readability-braces-around-statements statement should be inside braces 2
5560 src/nvim/spellfile.c @ Line 3051 readability-braces-around-statements statement should be inside braces 2
5561 src/nvim/spellfile.c @ Line 3053 google-readability-braces-around-statements statement should be inside braces 2
5562 src/nvim/spellfile.c @ Line 3053 readability-braces-around-statements statement should be inside braces 2
5563 src/nvim/spellfile.c @ Line 3120 google-readability-braces-around-statements statement should be inside braces 2
5564 src/nvim/spellfile.c @ Line 3120 readability-braces-around-statements statement should be inside braces 2
5565 src/nvim/spellfile.c @ Line 3123 google-readability-braces-around-statements statement should be inside braces 2
5566 src/nvim/spellfile.c @ Line 3123 readability-braces-around-statements statement should be inside braces 2
5567 src/nvim/spellfile.c @ Line 3127 google-readability-braces-around-statements statement should be inside braces 2
5568 src/nvim/spellfile.c @ Line 3127 readability-braces-around-statements statement should be inside braces 2
5569 src/nvim/spellfile.c @ Line 3139 google-readability-braces-around-statements statement should be inside braces 2
5570 src/nvim/spellfile.c @ Line 3139 readability-braces-around-statements statement should be inside braces 2
5571 src/nvim/spellfile.c @ Line 3142 google-readability-braces-around-statements statement should be inside braces 2
5572 src/nvim/spellfile.c @ Line 3142 readability-braces-around-statements statement should be inside braces 2
5573 src/nvim/spellfile.c @ Line 3146 google-readability-braces-around-statements statement should be inside braces 2
5574 src/nvim/spellfile.c @ Line 3146 readability-braces-around-statements statement should be inside braces 2
5575 src/nvim/spellfile.c @ Line 3154 google-readability-braces-around-statements statement should be inside braces 2
5576 src/nvim/spellfile.c @ Line 3154 readability-braces-around-statements statement should be inside braces 2
5577 src/nvim/spellfile.c @ Line 3162 google-readability-braces-around-statements statement should be inside braces 2
5578 src/nvim/spellfile.c @ Line 3162 readability-braces-around-statements statement should be inside braces 2
5579 src/nvim/spellfile.c @ Line 3168 google-readability-braces-around-statements statement should be inside braces 2
5580 src/nvim/spellfile.c @ Line 3168 readability-braces-around-statements statement should be inside braces 2
5581 src/nvim/spellfile.c @ Line 3175 google-readability-braces-around-statements statement should be inside braces 2
5582 src/nvim/spellfile.c @ Line 3175 readability-braces-around-statements statement should be inside braces 2
5583 src/nvim/spellfile.c @ Line 3177 google-readability-braces-around-statements statement should be inside braces 2
5584 src/nvim/spellfile.c @ Line 3177 readability-braces-around-statements statement should be inside braces 2
5585 src/nvim/spellfile.c @ Line 3193 google-readability-braces-around-statements statement should be inside braces 2
5586 src/nvim/spellfile.c @ Line 3193 readability-braces-around-statements statement should be inside braces 2
5587 src/nvim/spellfile.c @ Line 3196 google-readability-braces-around-statements statement should be inside braces 2
5588 src/nvim/spellfile.c @ Line 3196 readability-braces-around-statements statement should be inside braces 2
5589 src/nvim/spellfile.c @ Line 3199 google-readability-braces-around-statements statement should be inside braces 2
5590 src/nvim/spellfile.c @ Line 3199 readability-braces-around-statements statement should be inside braces 2
5591 src/nvim/spellfile.c @ Line 3202 google-readability-braces-around-statements statement should be inside braces 2
5592 src/nvim/spellfile.c @ Line 3202 readability-braces-around-statements statement should be inside braces 2
5593 src/nvim/spellfile.c @ Line 3205 google-readability-braces-around-statements statement should be inside braces 2
5594 src/nvim/spellfile.c @ Line 3205 readability-braces-around-statements statement should be inside braces 2
5595 src/nvim/spellfile.c @ Line 3208 google-readability-braces-around-statements statement should be inside braces 2
5596 src/nvim/spellfile.c @ Line 3208 readability-braces-around-statements statement should be inside braces 2
5597 src/nvim/spellfile.c @ Line 3235 google-readability-braces-around-statements statement should be inside braces 2
5598 src/nvim/spellfile.c @ Line 3235 readability-braces-around-statements statement should be inside braces 2
5599 src/nvim/spellfile.c @ Line 3239 google-readability-braces-around-statements statement should be inside braces 2
5600 src/nvim/spellfile.c @ Line 3239 readability-braces-around-statements statement should be inside braces 2
5601 src/nvim/spellfile.c @ Line 3264 google-readability-braces-around-statements statement should be inside braces 2
5602 src/nvim/spellfile.c @ Line 3264 readability-braces-around-statements statement should be inside braces 2
5603 src/nvim/spellfile.c @ Line 3267 google-readability-braces-around-statements statement should be inside braces 2
5604 src/nvim/spellfile.c @ Line 3267 readability-braces-around-statements statement should be inside braces 2
5605 src/nvim/spellfile.c @ Line 3282 misc-no-recursion function 'store_aff_word' is within a recursive call chain 4
5606 src/nvim/spellfile.c @ Line 3302 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5607 src/nvim/spellfile.c @ Line 3364 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5608 src/nvim/spellfile.c @ Line 3371 google-readability-casting redundant cast to the same type 1
5609 src/nvim/spellfile.c @ Line 3377 google-readability-braces-around-statements statement should be inside braces 2
5610 src/nvim/spellfile.c @ Line 3377 readability-braces-around-statements statement should be inside braces 2
5611 src/nvim/spellfile.c @ Line 3378 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5612 src/nvim/spellfile.c @ Line 3392 google-readability-braces-around-statements statement should be inside braces 2
5613 src/nvim/spellfile.c @ Line 3392 readability-braces-around-statements statement should be inside braces 2
5614 src/nvim/spellfile.c @ Line 3402 google-readability-braces-around-statements statement should be inside braces 2
5615 src/nvim/spellfile.c @ Line 3402 readability-braces-around-statements statement should be inside braces 2
5616 src/nvim/spellfile.c @ Line 3408 google-readability-braces-around-statements statement should be inside braces 2
5617 src/nvim/spellfile.c @ Line 3408 readability-braces-around-statements statement should be inside braces 2
5618 src/nvim/spellfile.c @ Line 3412 google-readability-braces-around-statements statement should be inside braces 2
5619 src/nvim/spellfile.c @ Line 3412 readability-braces-around-statements statement should be inside braces 2
5620 src/nvim/spellfile.c @ Line 3419 google-readability-braces-around-statements statement should be inside braces 2
5621 src/nvim/spellfile.c @ Line 3419 readability-braces-around-statements statement should be inside braces 2
5622 src/nvim/spellfile.c @ Line 3420 google-readability-braces-around-statements statement should be inside braces 2
5623 src/nvim/spellfile.c @ Line 3420 readability-braces-around-statements statement should be inside braces 2
5624 src/nvim/spellfile.c @ Line 3422 google-readability-braces-around-statements statement should be inside braces 2
5625 src/nvim/spellfile.c @ Line 3422 readability-braces-around-statements statement should be inside braces 2
5626 src/nvim/spellfile.c @ Line 3426 google-readability-braces-around-statements statement should be inside braces 2
5627 src/nvim/spellfile.c @ Line 3426 readability-braces-around-statements statement should be inside braces 2
5628 src/nvim/spellfile.c @ Line 3430 google-readability-braces-around-statements statement should be inside braces 2
5629 src/nvim/spellfile.c @ Line 3430 readability-braces-around-statements statement should be inside braces 2
5630 src/nvim/spellfile.c @ Line 3438 google-readability-braces-around-statements statement should be inside braces 2
5631 src/nvim/spellfile.c @ Line 3438 readability-braces-around-statements statement should be inside braces 2
5632 src/nvim/spellfile.c @ Line 3439 google-readability-braces-around-statements statement should be inside braces 2
5633 src/nvim/spellfile.c @ Line 3439 readability-braces-around-statements statement should be inside braces 2
5634 src/nvim/spellfile.c @ Line 3465 google-readability-braces-around-statements statement should be inside braces 2
5635 src/nvim/spellfile.c @ Line 3465 readability-braces-around-statements statement should be inside braces 2
5636 src/nvim/spellfile.c @ Line 3473 google-readability-braces-around-statements statement should be inside braces 2
5637 src/nvim/spellfile.c @ Line 3473 readability-braces-around-statements statement should be inside braces 2
5638 src/nvim/spellfile.c @ Line 3475 google-readability-braces-around-statements statement should be inside braces 2
5639 src/nvim/spellfile.c @ Line 3475 readability-braces-around-statements statement should be inside braces 2
5640 src/nvim/spellfile.c @ Line 3482 google-readability-braces-around-statements statement should be inside braces 2
5641 src/nvim/spellfile.c @ Line 3482 readability-braces-around-statements statement should be inside braces 2
5642 src/nvim/spellfile.c @ Line 3487 google-readability-braces-around-statements statement should be inside braces 2
5643 src/nvim/spellfile.c @ Line 3487 readability-braces-around-statements statement should be inside braces 2
5644 src/nvim/spellfile.c @ Line 3492 google-readability-braces-around-statements statement should be inside braces 2
5645 src/nvim/spellfile.c @ Line 3492 readability-braces-around-statements statement should be inside braces 2
5646 src/nvim/spellfile.c @ Line 3509 google-readability-braces-around-statements statement should be inside braces 2
5647 src/nvim/spellfile.c @ Line 3509 readability-braces-around-statements statement should be inside braces 2
5648 src/nvim/spellfile.c @ Line 3553 google-readability-braces-around-statements statement should be inside braces 2
5649 src/nvim/spellfile.c @ Line 3553 readability-braces-around-statements statement should be inside braces 2
5650 src/nvim/spellfile.c @ Line 3558 google-readability-braces-around-statements statement should be inside braces 2
5651 src/nvim/spellfile.c @ Line 3558 readability-braces-around-statements statement should be inside braces 2
5652 src/nvim/spellfile.c @ Line 3560 google-readability-braces-around-statements statement should be inside braces 2
5653 src/nvim/spellfile.c @ Line 3560 readability-braces-around-statements statement should be inside braces 2
5654 src/nvim/spellfile.c @ Line 3596 google-readability-braces-around-statements statement should be inside braces 2
5655 src/nvim/spellfile.c @ Line 3596 readability-braces-around-statements statement should be inside braces 2
5656 src/nvim/spellfile.c @ Line 3616 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5657 src/nvim/spellfile.c @ Line 3638 google-readability-braces-around-statements statement should be inside braces 2
5658 src/nvim/spellfile.c @ Line 3638 readability-braces-around-statements statement should be inside braces 2
5659 src/nvim/spellfile.c @ Line 3640 google-readability-braces-around-statements statement should be inside braces 2
5660 src/nvim/spellfile.c @ Line 3640 readability-braces-around-statements statement should be inside braces 2
5661 src/nvim/spellfile.c @ Line 3642 google-readability-braces-around-statements statement should be inside braces 2
5662 src/nvim/spellfile.c @ Line 3642 readability-braces-around-statements statement should be inside braces 2
5663 src/nvim/spellfile.c @ Line 3645 google-readability-braces-around-statements statement should be inside braces 2
5664 src/nvim/spellfile.c @ Line 3645 readability-braces-around-statements statement should be inside braces 2
5665 src/nvim/spellfile.c @ Line 3707 google-readability-braces-around-statements statement should be inside braces 2
5666 src/nvim/spellfile.c @ Line 3707 readability-braces-around-statements statement should be inside braces 2
5667 src/nvim/spellfile.c @ Line 3810 readability-non-const-parameter pointer parameter 'word' can be pointer to const 2
5668 src/nvim/spellfile.c @ Line 3814 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5669 src/nvim/spellfile.c @ Line 3829 google-readability-braces-around-statements statement should be inside braces 2
5670 src/nvim/spellfile.c @ Line 3829 readability-braces-around-statements statement should be inside braces 2
5671 src/nvim/spellfile.c @ Line 3832 google-readability-braces-around-statements statement should be inside braces 2
5672 src/nvim/spellfile.c @ Line 3832 readability-braces-around-statements statement should be inside braces 2
5673 src/nvim/spellfile.c @ Line 3843 google-readability-braces-around-statements statement should be inside braces 2
5674 src/nvim/spellfile.c @ Line 3843 readability-braces-around-statements statement should be inside braces 2
5675 src/nvim/spellfile.c @ Line 3848 google-readability-braces-around-statements statement should be inside braces 2
5676 src/nvim/spellfile.c @ Line 3848 readability-braces-around-statements statement should be inside braces 2
5677 src/nvim/spellfile.c @ Line 3880 google-readability-braces-around-statements statement should be inside braces 2
5678 src/nvim/spellfile.c @ Line 3880 readability-braces-around-statements statement should be inside braces 2
5679 src/nvim/spellfile.c @ Line 3888 google-readability-braces-around-statements statement should be inside braces 2
5680 src/nvim/spellfile.c @ Line 3888 readability-braces-around-statements statement should be inside braces 2
5681 src/nvim/spellfile.c @ Line 3894 google-readability-braces-around-statements statement should be inside braces 2
5682 src/nvim/spellfile.c @ Line 3894 readability-braces-around-statements statement should be inside braces 2
5683 src/nvim/spellfile.c @ Line 3976 google-readability-braces-around-statements statement should be inside braces 2
5684 src/nvim/spellfile.c @ Line 3976 readability-braces-around-statements statement should be inside braces 2
5685 src/nvim/spellfile.c @ Line 3995 misc-no-recursion function 'deref_wordnode' is within a recursive call chain 4
5686 src/nvim/spellfile.c @ Line 4003 google-readability-braces-around-statements statement should be inside braces 2
5687 src/nvim/spellfile.c @ Line 4003 readability-braces-around-statements statement should be inside braces 2
5688 src/nvim/spellfile.c @ Line 4042 google-readability-braces-around-statements statement should be inside braces 2
5689 src/nvim/spellfile.c @ Line 4042 readability-braces-around-statements statement should be inside braces 2
5690 src/nvim/spellfile.c @ Line 4044 google-readability-braces-around-statements statement should be inside braces 2
5691 src/nvim/spellfile.c @ Line 4044 readability-braces-around-statements statement should be inside braces 2
5692 src/nvim/spellfile.c @ Line 4046 google-readability-braces-around-statements statement should be inside braces 2
5693 src/nvim/spellfile.c @ Line 4046 readability-braces-around-statements statement should be inside braces 2
5694 src/nvim/spellfile.c @ Line 4062 misc-no-recursion function 'node_compress' is within a recursive call chain 4
5695 src/nvim/spellfile.c @ Line 4077 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5696 src/nvim/spellfile.c @ Line 4098 google-readability-braces-around-statements statement should be inside braces 2
5697 src/nvim/spellfile.c @ Line 4098 readability-braces-around-statements statement should be inside braces 2
5698 src/nvim/spellfile.c @ Line 4116 google-readability-braces-around-statements statement should be inside braces 2
5699 src/nvim/spellfile.c @ Line 4116 readability-braces-around-statements statement should be inside braces 2
5700 src/nvim/spellfile.c @ Line 4130 google-readability-braces-around-statements statement should be inside braces 2
5701 src/nvim/spellfile.c @ Line 4130 readability-braces-around-statements statement should be inside braces 2
5702 src/nvim/spellfile.c @ Line 4133 google-readability-braces-around-statements statement should be inside braces 2
5703 src/nvim/spellfile.c @ Line 4133 readability-braces-around-statements statement should be inside braces 2
5704 src/nvim/spellfile.c @ Line 4163 google-readability-braces-around-statements statement should be inside braces 2
5705 src/nvim/spellfile.c @ Line 4163 readability-braces-around-statements statement should be inside braces 2
5706 src/nvim/spellfile.c @ Line 4169 google-readability-braces-around-statements statement should be inside braces 2
5707 src/nvim/spellfile.c @ Line 4169 readability-braces-around-statements statement should be inside braces 2
5708 src/nvim/spellfile.c @ Line 4201 google-readability-braces-around-statements statement should be inside braces 2
5709 src/nvim/spellfile.c @ Line 4201 readability-braces-around-statements statement should be inside braces 2
5710 src/nvim/spellfile.c @ Line 4228 google-readability-braces-around-statements statement should be inside braces 2
5711 src/nvim/spellfile.c @ Line 4228 readability-braces-around-statements statement should be inside braces 2
5712 src/nvim/spellfile.c @ Line 4257 google-readability-braces-around-statements statement should be inside braces 2
5713 src/nvim/spellfile.c @ Line 4257 readability-braces-around-statements statement should be inside braces 2
5714 src/nvim/spellfile.c @ Line 4259 google-readability-braces-around-statements statement should be inside braces 2
5715 src/nvim/spellfile.c @ Line 4259 readability-braces-around-statements statement should be inside braces 2
5716 src/nvim/spellfile.c @ Line 4299 google-readability-braces-around-statements statement should be inside braces 2
5717 src/nvim/spellfile.c @ Line 4299 readability-braces-around-statements statement should be inside braces 2
5718 src/nvim/spellfile.c @ Line 4303 google-readability-braces-around-statements statement should be inside braces 2
5719 src/nvim/spellfile.c @ Line 4303 readability-braces-around-statements statement should be inside braces 2
5720 src/nvim/spellfile.c @ Line 4306 google-readability-braces-around-statements statement should be inside braces 2
5721 src/nvim/spellfile.c @ Line 4306 readability-braces-around-statements statement should be inside braces 2
5722 src/nvim/spellfile.c @ Line 4310 google-readability-braces-around-statements statement should be inside braces 2
5723 src/nvim/spellfile.c @ Line 4310 readability-braces-around-statements statement should be inside braces 2
5724 src/nvim/spellfile.c @ Line 4314 google-readability-braces-around-statements statement should be inside braces 2
5725 src/nvim/spellfile.c @ Line 4314 readability-braces-around-statements statement should be inside braces 2
5726 src/nvim/spellfile.c @ Line 4332 google-readability-braces-around-statements statement should be inside braces 2
5727 src/nvim/spellfile.c @ Line 4332 readability-braces-around-statements statement should be inside braces 2
5728 src/nvim/spellfile.c @ Line 4338 google-readability-braces-around-statements statement should be inside braces 2
5729 src/nvim/spellfile.c @ Line 4338 readability-braces-around-statements statement should be inside braces 2
5730 src/nvim/spellfile.c @ Line 4340 google-readability-braces-around-statements statement should be inside braces 2
5731 src/nvim/spellfile.c @ Line 4340 readability-braces-around-statements statement should be inside braces 2
5732 src/nvim/spellfile.c @ Line 4342 google-readability-braces-around-statements statement should be inside braces 2
5733 src/nvim/spellfile.c @ Line 4342 readability-braces-around-statements statement should be inside braces 2
5734 src/nvim/spellfile.c @ Line 4357 google-readability-braces-around-statements statement should be inside braces 2
5735 src/nvim/spellfile.c @ Line 4357 readability-braces-around-statements statement should be inside braces 2
5736 src/nvim/spellfile.c @ Line 4395 google-readability-braces-around-statements statement should be inside braces 2
5737 src/nvim/spellfile.c @ Line 4395 readability-braces-around-statements statement should be inside braces 2
5738 src/nvim/spellfile.c @ Line 4399 google-readability-braces-around-statements statement should be inside braces 2
5739 src/nvim/spellfile.c @ Line 4399 readability-braces-around-statements statement should be inside braces 2
5740 src/nvim/spellfile.c @ Line 4403 google-readability-braces-around-statements statement should be inside braces 2
5741 src/nvim/spellfile.c @ Line 4403 readability-braces-around-statements statement should be inside braces 2
5742 src/nvim/spellfile.c @ Line 4512 google-readability-braces-around-statements statement should be inside braces 2
5743 src/nvim/spellfile.c @ Line 4512 readability-braces-around-statements statement should be inside braces 2
5744 src/nvim/spellfile.c @ Line 4514 google-readability-braces-around-statements statement should be inside braces 2
5745 src/nvim/spellfile.c @ Line 4514 readability-braces-around-statements statement should be inside braces 2
5746 src/nvim/spellfile.c @ Line 4516 google-readability-braces-around-statements statement should be inside braces 2
5747 src/nvim/spellfile.c @ Line 4516 readability-braces-around-statements statement should be inside braces 2
5748 src/nvim/spellfile.c @ Line 4537 google-readability-braces-around-statements statement should be inside braces 2
5749 src/nvim/spellfile.c @ Line 4537 readability-braces-around-statements statement should be inside braces 2
5750 src/nvim/spellfile.c @ Line 4540 google-readability-braces-around-statements statement should be inside braces 2
5751 src/nvim/spellfile.c @ Line 4540 readability-braces-around-statements statement should be inside braces 2
5752 src/nvim/spellfile.c @ Line 4543 google-readability-braces-around-statements statement should be inside braces 2
5753 src/nvim/spellfile.c @ Line 4543 readability-braces-around-statements statement should be inside braces 2
5754 src/nvim/spellfile.c @ Line 4545 google-readability-braces-around-statements statement should be inside braces 2
5755 src/nvim/spellfile.c @ Line 4545 readability-braces-around-statements statement should be inside braces 2
5756 src/nvim/spellfile.c @ Line 4554 misc-no-recursion function 'clear_node' is within a recursive call chain 4
5757 src/nvim/spellfile.c @ Line 4558 google-readability-braces-around-statements statement should be inside braces 2
5758 src/nvim/spellfile.c @ Line 4558 readability-braces-around-statements statement should be inside braces 2
5759 src/nvim/spellfile.c @ Line 4563 google-readability-braces-around-statements statement should be inside braces 2
5760 src/nvim/spellfile.c @ Line 4563 readability-braces-around-statements statement should be inside braces 2
5761 src/nvim/spellfile.c @ Line 4580 misc-no-recursion function 'put_node' is within a recursive call chain 4
5762 src/nvim/spellfile.c @ Line 4589 google-readability-braces-around-statements statement should be inside braces 2
5763 src/nvim/spellfile.c @ Line 4589 readability-braces-around-statements statement should be inside braces 2
5764 src/nvim/spellfile.c @ Line 4597 google-readability-braces-around-statements statement should be inside braces 2
5765 src/nvim/spellfile.c @ Line 4597 readability-braces-around-statements statement should be inside braces 2
5766 src/nvim/spellfile.c @ Line 4601 google-readability-braces-around-statements statement should be inside braces 2
5767 src/nvim/spellfile.c @ Line 4601 readability-braces-around-statements statement should be inside braces 2
5768 src/nvim/spellfile.c @ Line 4614 google-readability-braces-around-statements statement should be inside braces 2
5769 src/nvim/spellfile.c @ Line 4614 readability-braces-around-statements statement should be inside braces 2
5770 src/nvim/spellfile.c @ Line 4625 google-readability-braces-around-statements statement should be inside braces 2
5771 src/nvim/spellfile.c @ Line 4625 readability-braces-around-statements statement should be inside braces 2
5772 src/nvim/spellfile.c @ Line 4627 google-readability-braces-around-statements statement should be inside braces 2
5773 src/nvim/spellfile.c @ Line 4627 readability-braces-around-statements statement should be inside braces 2
5774 src/nvim/spellfile.c @ Line 4641 google-readability-braces-around-statements statement should be inside braces 2
5775 src/nvim/spellfile.c @ Line 4641 readability-braces-around-statements statement should be inside braces 2
5776 src/nvim/spellfile.c @ Line 4643 google-readability-braces-around-statements statement should be inside braces 2
5777 src/nvim/spellfile.c @ Line 4643 readability-braces-around-statements statement should be inside braces 2
5778 src/nvim/spellfile.c @ Line 4656 google-readability-braces-around-statements statement should be inside braces 2
5779 src/nvim/spellfile.c @ Line 4656 readability-braces-around-statements statement should be inside braces 2
5780 src/nvim/spellfile.c @ Line 4660 google-readability-braces-around-statements statement should be inside braces 2
5781 src/nvim/spellfile.c @ Line 4660 readability-braces-around-statements statement should be inside braces 2
5782 src/nvim/spellfile.c @ Line 4673 google-readability-braces-around-statements statement should be inside braces 2
5783 src/nvim/spellfile.c @ Line 4673 readability-braces-around-statements statement should be inside braces 2
5784 src/nvim/spellfile.c @ Line 4674 google-readability-braces-around-statements statement should be inside braces 2
5785 src/nvim/spellfile.c @ Line 4674 readability-braces-around-statements statement should be inside braces 2
5786 src/nvim/spellfile.c @ Line 4727 google-readability-braces-around-statements statement should be inside braces 2
5787 src/nvim/spellfile.c @ Line 4727 readability-braces-around-statements statement should be inside braces 2
5788 src/nvim/spellfile.c @ Line 4743 google-readability-braces-around-statements statement should be inside braces 2
5789 src/nvim/spellfile.c @ Line 4743 readability-braces-around-statements statement should be inside braces 2
5790 src/nvim/spellfile.c @ Line 4750 google-readability-braces-around-statements statement should be inside braces 2
5791 src/nvim/spellfile.c @ Line 4750 readability-braces-around-statements statement should be inside braces 2
5792 src/nvim/spellfile.c @ Line 4771 google-readability-braces-around-statements statement should be inside braces 2
5793 src/nvim/spellfile.c @ Line 4771 readability-braces-around-statements statement should be inside braces 2
5794 src/nvim/spellfile.c @ Line 4812 google-readability-braces-around-statements statement should be inside braces 2
5795 src/nvim/spellfile.c @ Line 4812 readability-braces-around-statements statement should be inside braces 2
5796 src/nvim/spellfile.c @ Line 4833 google-readability-braces-around-statements statement should be inside braces 2
5797 src/nvim/spellfile.c @ Line 4833 readability-braces-around-statements statement should be inside braces 2
5798 src/nvim/spellfile.c @ Line 4883 google-readability-braces-around-statements statement should be inside braces 2
5799 src/nvim/spellfile.c @ Line 4883 readability-braces-around-statements statement should be inside braces 2
5800 src/nvim/spellfile.c @ Line 4894 misc-no-recursion function 'sug_filltable' is within a recursive call chain 4
5801 src/nvim/spellfile.c @ Line 4901 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5802 src/nvim/spellfile.c @ Line 4935 google-readability-braces-around-statements statement should be inside braces 2
5803 src/nvim/spellfile.c @ Line 4935 readability-braces-around-statements statement should be inside braces 2
5804 src/nvim/spellfile.c @ Line 4944 google-readability-braces-around-statements statement should be inside braces 2
5805 src/nvim/spellfile.c @ Line 4944 readability-braces-around-statements statement should be inside braces 2
5806 src/nvim/spellfile.c @ Line 4957 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5807 src/nvim/spellfile.c @ Line 5052 google-readability-braces-around-statements statement should be inside braces 2
5808 src/nvim/spellfile.c @ Line 5052 readability-braces-around-statements statement should be inside braces 2
5809 src/nvim/spellfile.c @ Line 5125 google-readability-braces-around-statements statement should be inside braces 2
5810 src/nvim/spellfile.c @ Line 5125 readability-braces-around-statements statement should be inside braces 2
5811 src/nvim/spellfile.c @ Line 5131 google-readability-braces-around-statements statement should be inside braces 2
5812 src/nvim/spellfile.c @ Line 5131 readability-braces-around-statements statement should be inside braces 2
5813 src/nvim/spellfile.c @ Line 5135 google-readability-braces-around-statements statement should be inside braces 2
5814 src/nvim/spellfile.c @ Line 5135 readability-braces-around-statements statement should be inside braces 2
5815 src/nvim/spellfile.c @ Line 5187 google-readability-braces-around-statements statement should be inside braces 2
5816 src/nvim/spellfile.c @ Line 5187 readability-braces-around-statements statement should be inside braces 2
5817 src/nvim/spellfile.c @ Line 5202 google-readability-braces-around-statements statement should be inside braces 2
5818 src/nvim/spellfile.c @ Line 5202 readability-braces-around-statements statement should be inside braces 2
5819 src/nvim/spellfile.c @ Line 5208 google-readability-braces-around-statements statement should be inside braces 2
5820 src/nvim/spellfile.c @ Line 5208 readability-braces-around-statements statement should be inside braces 2
5821 src/nvim/spellfile.c @ Line 5214 google-readability-braces-around-statements statement should be inside braces 2
5822 src/nvim/spellfile.c @ Line 5214 readability-braces-around-statements statement should be inside braces 2
5823 src/nvim/spellfile.c @ Line 5222 google-readability-braces-around-statements statement should be inside braces 2
5824 src/nvim/spellfile.c @ Line 5222 readability-braces-around-statements statement should be inside braces 2
5825 src/nvim/spellfile.c @ Line 5247 google-readability-braces-around-statements statement should be inside braces 2
5826 src/nvim/spellfile.c @ Line 5247 readability-braces-around-statements statement should be inside braces 2
5827 src/nvim/spellfile.c @ Line 5261 google-readability-braces-around-statements statement should be inside braces 2
5828 src/nvim/spellfile.c @ Line 5261 readability-braces-around-statements statement should be inside braces 2
5829 src/nvim/spellfile.c @ Line 5262 google-readability-braces-around-statements statement should be inside braces 2
5830 src/nvim/spellfile.c @ Line 5262 readability-braces-around-statements statement should be inside braces 2
5831 src/nvim/spellfile.c @ Line 5270 google-readability-braces-around-statements statement should be inside braces 2
5832 src/nvim/spellfile.c @ Line 5270 readability-braces-around-statements statement should be inside braces 2
5833 src/nvim/spellfile.c @ Line 5286 google-readability-braces-around-statements statement should be inside braces 2
5834 src/nvim/spellfile.c @ Line 5286 readability-braces-around-statements statement should be inside braces 2
5835 src/nvim/spellfile.c @ Line 5290 google-readability-braces-around-statements statement should be inside braces 2
5836 src/nvim/spellfile.c @ Line 5290 readability-braces-around-statements statement should be inside braces 2
5837 src/nvim/spellfile.c @ Line 5325 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5838 src/nvim/spellfile.c @ Line 5332 google-readability-braces-around-statements statement should be inside braces 2
5839 src/nvim/spellfile.c @ Line 5332 readability-braces-around-statements statement should be inside braces 2
5840 src/nvim/spellfile.c @ Line 5351 google-readability-braces-around-statements statement should be inside braces 2
5841 src/nvim/spellfile.c @ Line 5351 readability-braces-around-statements statement should be inside braces 2
5842 src/nvim/spellfile.c @ Line 5362 google-readability-braces-around-statements statement should be inside braces 2
5843 src/nvim/spellfile.c @ Line 5362 readability-braces-around-statements statement should be inside braces 2
5844 src/nvim/spellfile.c @ Line 5405 google-readability-braces-around-statements statement should be inside braces 2
5845 src/nvim/spellfile.c @ Line 5405 readability-braces-around-statements statement should be inside braces 2
5846 src/nvim/spellfile.c @ Line 5453 google-readability-braces-around-statements statement should be inside braces 2
5847 src/nvim/spellfile.c @ Line 5453 readability-braces-around-statements statement should be inside braces 2
5848 src/nvim/spellfile.c @ Line 5478 google-readability-braces-around-statements statement should be inside braces 2
5849 src/nvim/spellfile.c @ Line 5478 readability-braces-around-statements statement should be inside braces 2
5850 src/nvim/spellfile.c @ Line 5488 google-readability-braces-around-statements statement should be inside braces 2
5851 src/nvim/spellfile.c @ Line 5488 readability-braces-around-statements statement should be inside braces 2
5852 src/nvim/spellfile.c @ Line 5493 google-readability-braces-around-statements statement should be inside braces 2
5853 src/nvim/spellfile.c @ Line 5493 readability-braces-around-statements statement should be inside braces 2
5854 src/nvim/spellfile.c @ Line 5499 google-readability-braces-around-statements statement should be inside braces 2
5855 src/nvim/spellfile.c @ Line 5499 readability-braces-around-statements statement should be inside braces 2
5856 src/nvim/spellfile.c @ Line 5535 readability-non-const-parameter pointer parameter 'flags' can be pointer to const 2
5857 src/nvim/spellfile.c @ Line 5558 google-readability-braces-around-statements statement should be inside braces 2
5858 src/nvim/spellfile.c @ Line 5558 readability-braces-around-statements statement should be inside braces 2
5859 src/nvim/spellfile.c @ Line 5596 google-readability-braces-around-statements statement should be inside braces 2
5860 src/nvim/spellfile.c @ Line 5596 readability-braces-around-statements statement should be inside braces 2
5861 src/nvim/spellfile.c @ Line 5612 google-readability-braces-around-statements statement should be inside braces 2
5862 src/nvim/spellfile.c @ Line 5612 readability-braces-around-statements statement should be inside braces 2
5863 src/nvim/spellfile.c @ Line 5635 google-readability-braces-around-statements statement should be inside braces 2
5864 src/nvim/spellfile.c @ Line 5635 readability-braces-around-statements statement should be inside braces 2
5865 src/nvim/spellfile.c @ Line 5676 google-readability-braces-around-statements statement should be inside braces 2
5866 src/nvim/spellfile.c @ Line 5676 readability-braces-around-statements statement should be inside braces 2
5867 src/nvim/state.c @ Line 32 readability-else-after-return do not use 'else' after 'break' 1
5868 src/nvim/state.c @ Line 72 readability-else-after-return do not use 'else' after 'break' 1
5869 src/nvim/state.c @ Line 130 readability-else-after-return do not use 'else' after 'return' 1
5870 src/nvim/strings.c @ Line 103 google-readability-braces-around-statements statement should be inside braces 2
5871 src/nvim/strings.c @ Line 103 readability-braces-around-statements statement should be inside braces 2
5872 src/nvim/strings.c @ Line 118 google-readability-braces-around-statements statement should be inside braces 2
5873 src/nvim/strings.c @ Line 118 readability-braces-around-statements statement should be inside braces 2
5874 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5875 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5876 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5877 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5878 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5879 src/nvim/strings.c @ Line 143 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
5880 src/nvim/strings.c @ Line 221 google-readability-braces-around-statements statement should be inside braces 2
5881 src/nvim/strings.c @ Line 221 readability-braces-around-statements statement should be inside braces 2
5882 src/nvim/strings.c @ Line 267 google-readability-braces-around-statements statement should be inside braces 2
5883 src/nvim/strings.c @ Line 267 readability-braces-around-statements statement should be inside braces 2
5884 src/nvim/strings.c @ Line 274 google-readability-braces-around-statements statement should be inside braces 2
5885 src/nvim/strings.c @ Line 274 readability-braces-around-statements statement should be inside braces 2
5886 src/nvim/strings.c @ Line 356 bugprone-signed-char-misuse 'signed char' to 'int' conversion; consider casting to 'unsigned char' first. 1
5887 src/nvim/strings.c @ Line 368 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5888 src/nvim/strings.c @ Line 390 google-readability-braces-around-statements statement should be inside braces 2
5889 src/nvim/strings.c @ Line 390 readability-braces-around-statements statement should be inside braces 2
5890 src/nvim/strings.c @ Line 456 readability-else-after-return do not use 'else' after 'return' 1
5891 src/nvim/strings.c @ Line 493 google-readability-braces-around-statements statement should be inside braces 2
5892 src/nvim/strings.c @ Line 493 readability-braces-around-statements statement should be inside braces 2
5893 src/nvim/strings.c @ Line 494 google-readability-braces-around-statements statement should be inside braces 2
5894 src/nvim/strings.c @ Line 494 readability-braces-around-statements statement should be inside braces 2
5895 src/nvim/strings.c @ Line 495 google-readability-braces-around-statements statement should be inside braces 2
5896 src/nvim/strings.c @ Line 495 readability-braces-around-statements statement should be inside braces 2
5897 src/nvim/strings.c @ Line 523 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5898 src/nvim/strings.c @ Line 524 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5899 src/nvim/strings.c @ Line 529 readability-identifier-naming invalid case style for global constant 'e_printf' 2
5900 src/nvim/strings.c @ Line 623 readability-else-after-return do not use 'else' after 'return' 1
5901 src/nvim/strings.c @ Line 792 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5902 src/nvim/strings.c @ Line 793 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5903 src/nvim/strings.c @ Line 794 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5904 src/nvim/tag.c @ Line 284 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
5905 src/nvim/tag.c @ Line 324 google-readability-braces-around-statements statement should be inside braces 2
5906 src/nvim/tag.c @ Line 324 readability-braces-around-statements statement should be inside braces 2
5907 src/nvim/tag.c @ Line 370 google-readability-braces-around-statements statement should be inside braces 2
5908 src/nvim/tag.c @ Line 370 readability-braces-around-statements statement should be inside braces 2
5909 src/nvim/tag.c @ Line 384 google-readability-braces-around-statements statement should be inside braces 2
5910 src/nvim/tag.c @ Line 384 readability-braces-around-statements statement should be inside braces 2
5911 src/nvim/tag.c @ Line 427 google-readability-braces-around-statements statement should be inside braces 2
5912 src/nvim/tag.c @ Line 427 readability-braces-around-statements statement should be inside braces 2
5913 src/nvim/tag.c @ Line 469 google-readability-braces-around-statements statement should be inside braces 2
5914 src/nvim/tag.c @ Line 469 readability-braces-around-statements statement should be inside braces 2
5915 src/nvim/tag.c @ Line 493 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5916 src/nvim/tag.c @ Line 495 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5917 src/nvim/tag.c @ Line 520 google-readability-braces-around-statements statement should be inside braces 2
5918 src/nvim/tag.c @ Line 520 readability-braces-around-statements statement should be inside braces 2
5919 src/nvim/tag.c @ Line 566 google-readability-braces-around-statements statement should be inside braces 2
5920 src/nvim/tag.c @ Line 566 readability-braces-around-statements statement should be inside braces 2
5921 src/nvim/tag.c @ Line 568 google-readability-braces-around-statements statement should be inside braces 2
5922 src/nvim/tag.c @ Line 568 readability-braces-around-statements statement should be inside braces 2
5923 src/nvim/tag.c @ Line 598 google-readability-braces-around-statements statement should be inside braces 2
5924 src/nvim/tag.c @ Line 598 readability-braces-around-statements statement should be inside braces 2
5925 src/nvim/tag.c @ Line 613 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5926 src/nvim/tag.c @ Line 651 google-readability-braces-around-statements statement should be inside braces 2
5927 src/nvim/tag.c @ Line 651 readability-braces-around-statements statement should be inside braces 2
5928 src/nvim/tag.c @ Line 653 google-readability-braces-around-statements statement should be inside braces 2
5929 src/nvim/tag.c @ Line 653 readability-braces-around-statements statement should be inside braces 2
5930 src/nvim/tag.c @ Line 665 google-readability-braces-around-statements statement should be inside braces 2
5931 src/nvim/tag.c @ Line 665 readability-braces-around-statements statement should be inside braces 2
5932 src/nvim/tag.c @ Line 900 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5933 src/nvim/tag.c @ Line 929 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
5934 src/nvim/tag.c @ Line 964 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5935 src/nvim/tag.c @ Line 971 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
5936 src/nvim/tag.c @ Line 1027 google-readability-braces-around-statements statement should be inside braces 2
5937 src/nvim/tag.c @ Line 1027 readability-braces-around-statements statement should be inside braces 2
5938 src/nvim/tag.c @ Line 1047 google-readability-braces-around-statements statement should be inside braces 2
5939 src/nvim/tag.c @ Line 1047 readability-braces-around-statements statement should be inside braces 2
5940 src/nvim/tag.c @ Line 1064 google-readability-braces-around-statements statement should be inside braces 2
5941 src/nvim/tag.c @ Line 1064 readability-braces-around-statements statement should be inside braces 2
5942 src/nvim/tag.c @ Line 1081 google-readability-braces-around-statements statement should be inside braces 2
5943 src/nvim/tag.c @ Line 1081 readability-braces-around-statements statement should be inside braces 2
5944 src/nvim/tag.c @ Line 1083 google-readability-braces-around-statements statement should be inside braces 2
5945 src/nvim/tag.c @ Line 1083 readability-braces-around-statements statement should be inside braces 2
5946 src/nvim/tag.c @ Line 1103 google-readability-braces-around-statements statement should be inside braces 2
5947 src/nvim/tag.c @ Line 1103 readability-braces-around-statements statement should be inside braces 2
5948 src/nvim/tag.c @ Line 1105 google-readability-braces-around-statements statement should be inside braces 2
5949 src/nvim/tag.c @ Line 1105 readability-braces-around-statements statement should be inside braces 2
5950 src/nvim/tag.c @ Line 1107 google-readability-braces-around-statements statement should be inside braces 2
5951 src/nvim/tag.c @ Line 1107 readability-braces-around-statements statement should be inside braces 2
5952 src/nvim/tag.c @ Line 1109 google-readability-braces-around-statements statement should be inside braces 2
5953 src/nvim/tag.c @ Line 1109 readability-braces-around-statements statement should be inside braces 2
5954 src/nvim/tag.c @ Line 1111 google-readability-braces-around-statements statement should be inside braces 2
5955 src/nvim/tag.c @ Line 1111 readability-braces-around-statements statement should be inside braces 2
5956 src/nvim/tag.c @ Line 1113 google-readability-braces-around-statements statement should be inside braces 2
5957 src/nvim/tag.c @ Line 1113 readability-braces-around-statements statement should be inside braces 2
5958 src/nvim/tag.c @ Line 1115 google-readability-braces-around-statements statement should be inside braces 2
5959 src/nvim/tag.c @ Line 1115 readability-braces-around-statements statement should be inside braces 2
5960 src/nvim/tag.c @ Line 1119 google-readability-braces-around-statements statement should be inside braces 2
5961 src/nvim/tag.c @ Line 1119 readability-braces-around-statements statement should be inside braces 2
5962 src/nvim/tag.c @ Line 1121 google-readability-braces-around-statements statement should be inside braces 2
5963 src/nvim/tag.c @ Line 1121 readability-braces-around-statements statement should be inside braces 2
5964 src/nvim/tag.c @ Line 1145 readability-identifier-naming invalid case style for variable 'flagString' 2
5965 src/nvim/tag.c @ Line 1264 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 8
5966 src/nvim/tag.c @ Line 1268 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 8
5967 src/nvim/tag.c @ Line 1272 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 8
5968 src/nvim/tag.c @ Line 1276 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 8
5969 src/nvim/tag.c @ Line 1281 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 8
5970 src/nvim/tag.c @ Line 1306 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 12
5971 src/nvim/tag.c @ Line 1308 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 12
5972 src/nvim/tag.c @ Line 1310 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 12
5973 src/nvim/tag.c @ Line 1399 readability-identifier-naming invalid case style for enum constant 'TS_START' 2
5974 src/nvim/tag.c @ Line 1400 readability-identifier-naming invalid case style for enum constant 'TS_LINEAR' 2
5975 src/nvim/tag.c @ Line 1401 readability-identifier-naming invalid case style for enum constant 'TS_BINARY' 2
5976 src/nvim/tag.c @ Line 1402 readability-identifier-naming invalid case style for enum constant 'TS_SKIP_BACK' 2
5977 src/nvim/tag.c @ Line 1403 readability-identifier-naming invalid case style for enum constant 'TS_STEP_FORWARD' 2
5978 src/nvim/tag.c @ Line 1483 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5979 src/nvim/tag.c @ Line 1509 google-readability-braces-around-statements statement should be inside braces 2
5980 src/nvim/tag.c @ Line 1509 readability-braces-around-statements statement should be inside braces 2
5981 src/nvim/tag.c @ Line 1516 google-readability-braces-around-statements statement should be inside braces 2
5982 src/nvim/tag.c @ Line 1516 readability-braces-around-statements statement should be inside braces 2
5983 src/nvim/tag.c @ Line 1568 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5984 src/nvim/tag.c @ Line 1574 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5985 src/nvim/tag.c @ Line 1576 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
5986 src/nvim/tag.c @ Line 1583 google-readability-braces-around-statements statement should be inside braces 2
5987 src/nvim/tag.c @ Line 1583 readability-braces-around-statements statement should be inside braces 2
5988 src/nvim/tag.c @ Line 1594 google-readability-braces-around-statements statement should be inside braces 2
5989 src/nvim/tag.c @ Line 1594 readability-braces-around-statements statement should be inside braces 2
5990 src/nvim/tag.c @ Line 1599 google-readability-braces-around-statements statement should be inside braces 2
5991 src/nvim/tag.c @ Line 1599 readability-braces-around-statements statement should be inside braces 2
5992 src/nvim/tag.c @ Line 1602 google-readability-braces-around-statements statement should be inside braces 2
5993 src/nvim/tag.c @ Line 1602 readability-braces-around-statements statement should be inside braces 2
5994 src/nvim/tag.c @ Line 1609 google-readability-braces-around-statements statement should be inside braces 2
5995 src/nvim/tag.c @ Line 1609 readability-braces-around-statements statement should be inside braces 2
5996 src/nvim/tag.c @ Line 1639 google-readability-braces-around-statements statement should be inside braces 2
5997 src/nvim/tag.c @ Line 1639 readability-braces-around-statements statement should be inside braces 2
5998 src/nvim/tag.c @ Line 1652 google-readability-braces-around-statements statement should be inside braces 2
5999 src/nvim/tag.c @ Line 1652 readability-braces-around-statements statement should be inside braces 2
6000 src/nvim/tag.c @ Line 1660 google-readability-braces-around-statements statement should be inside braces 2
6001 src/nvim/tag.c @ Line 1660 readability-braces-around-statements statement should be inside braces 2
6002 src/nvim/tag.c @ Line 1662 readability-else-after-return do not use 'else' after 'break' 2
6003 src/nvim/tag.c @ Line 1662 google-readability-braces-around-statements statement should be inside braces 2
6004 src/nvim/tag.c @ Line 1662 readability-braces-around-statements statement should be inside braces 2
6005 src/nvim/tag.c @ Line 1740 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6006 src/nvim/tag.c @ Line 1757 google-readability-braces-around-statements statement should be inside braces 2
6007 src/nvim/tag.c @ Line 1757 readability-braces-around-statements statement should be inside braces 2
6008 src/nvim/tag.c @ Line 1765 google-readability-braces-around-statements statement should be inside braces 2
6009 src/nvim/tag.c @ Line 1765 readability-braces-around-statements statement should be inside braces 2
6010 src/nvim/tag.c @ Line 1770 google-readability-braces-around-statements statement should be inside braces 2
6011 src/nvim/tag.c @ Line 1770 readability-braces-around-statements statement should be inside braces 2
6012 src/nvim/tag.c @ Line 1791 google-readability-braces-around-statements statement should be inside braces 2
6013 src/nvim/tag.c @ Line 1791 readability-braces-around-statements statement should be inside braces 2
6014 src/nvim/tag.c @ Line 1792 bugprone-branch-clone repeated branch in conditional chain 3
6015 src/nvim/tag.c @ Line 1793 google-readability-braces-around-statements statement should be inside braces 2
6016 src/nvim/tag.c @ Line 1793 readability-braces-around-statements statement should be inside braces 2
6017 src/nvim/tag.c @ Line 1794 bugprone-branch-clone repeated branch in conditional chain 3
6018 src/nvim/tag.c @ Line 1795 google-readability-braces-around-statements statement should be inside braces 2
6019 src/nvim/tag.c @ Line 1795 readability-braces-around-statements statement should be inside braces 2
6020 src/nvim/tag.c @ Line 1801 google-readability-braces-around-statements statement should be inside braces 2
6021 src/nvim/tag.c @ Line 1801 readability-braces-around-statements statement should be inside braces 2
6022 src/nvim/tag.c @ Line 1868 google-readability-braces-around-statements statement should be inside braces 2
6023 src/nvim/tag.c @ Line 1868 readability-braces-around-statements statement should be inside braces 2
6024 src/nvim/tag.c @ Line 1870 google-readability-braces-around-statements statement should be inside braces 2
6025 src/nvim/tag.c @ Line 1870 readability-braces-around-statements statement should be inside braces 2
6026 src/nvim/tag.c @ Line 1872 google-readability-braces-around-statements statement should be inside braces 2
6027 src/nvim/tag.c @ Line 1872 readability-braces-around-statements statement should be inside braces 2
6028 src/nvim/tag.c @ Line 1880 google-readability-braces-around-statements statement should be inside braces 2
6029 src/nvim/tag.c @ Line 1880 readability-braces-around-statements statement should be inside braces 2
6030 src/nvim/tag.c @ Line 1889 google-readability-braces-around-statements statement should be inside braces 2
6031 src/nvim/tag.c @ Line 1889 readability-braces-around-statements statement should be inside braces 2
6032 src/nvim/tag.c @ Line 1892 google-readability-braces-around-statements statement should be inside braces 2
6033 src/nvim/tag.c @ Line 1892 readability-braces-around-statements statement should be inside braces 2
6034 src/nvim/tag.c @ Line 1900 google-readability-braces-around-statements statement should be inside braces 2
6035 src/nvim/tag.c @ Line 1900 readability-braces-around-statements statement should be inside braces 2
6036 src/nvim/tag.c @ Line 1902 google-readability-braces-around-statements statement should be inside braces 2
6037 src/nvim/tag.c @ Line 1902 readability-braces-around-statements statement should be inside braces 2
6038 src/nvim/tag.c @ Line 1918 google-readability-braces-around-statements statement should be inside braces 2
6039 src/nvim/tag.c @ Line 1918 readability-braces-around-statements statement should be inside braces 2
6040 src/nvim/tag.c @ Line 1921 google-readability-braces-around-statements statement should be inside braces 2
6041 src/nvim/tag.c @ Line 1921 readability-braces-around-statements statement should be inside braces 2
6042 src/nvim/tag.c @ Line 1929 google-readability-braces-around-statements statement should be inside braces 2
6043 src/nvim/tag.c @ Line 1929 readability-braces-around-statements statement should be inside braces 2
6044 src/nvim/tag.c @ Line 1932 google-readability-braces-around-statements statement should be inside braces 2
6045 src/nvim/tag.c @ Line 1932 readability-braces-around-statements statement should be inside braces 2
6046 src/nvim/tag.c @ Line 1939 readability-else-after-return do not use 'else' after 'break' 1
6047 src/nvim/tag.c @ Line 1941 google-readability-braces-around-statements statement should be inside braces 2
6048 src/nvim/tag.c @ Line 1941 readability-braces-around-statements statement should be inside braces 2
6049 src/nvim/tag.c @ Line 1943 google-readability-braces-around-statements statement should be inside braces 2
6050 src/nvim/tag.c @ Line 1943 readability-braces-around-statements statement should be inside braces 2
6051 src/nvim/tag.c @ Line 1953 readability-else-after-return do not use 'else' after 'break' 2
6052 src/nvim/tag.c @ Line 1957 google-readability-braces-around-statements statement should be inside braces 2
6053 src/nvim/tag.c @ Line 1957 readability-braces-around-statements statement should be inside braces 2
6054 src/nvim/tag.c @ Line 1960 google-readability-braces-around-statements statement should be inside braces 2
6055 src/nvim/tag.c @ Line 1960 readability-braces-around-statements statement should be inside braces 2
6056 src/nvim/tag.c @ Line 1967 google-readability-braces-around-statements statement should be inside braces 2
6057 src/nvim/tag.c @ Line 1967 readability-braces-around-statements statement should be inside braces 2
6058 src/nvim/tag.c @ Line 1969 google-readability-braces-around-statements statement should be inside braces 2
6059 src/nvim/tag.c @ Line 1969 readability-braces-around-statements statement should be inside braces 2
6060 src/nvim/tag.c @ Line 1971 google-readability-braces-around-statements statement should be inside braces 2
6061 src/nvim/tag.c @ Line 1971 readability-braces-around-statements statement should be inside braces 2
6062 src/nvim/tag.c @ Line 1984 google-readability-braces-around-statements statement should be inside braces 2
6063 src/nvim/tag.c @ Line 1984 readability-braces-around-statements statement should be inside braces 2
6064 src/nvim/tag.c @ Line 1987 google-readability-braces-around-statements statement should be inside braces 2
6065 src/nvim/tag.c @ Line 1987 readability-braces-around-statements statement should be inside braces 2
6066 src/nvim/tag.c @ Line 1993 google-readability-braces-around-statements statement should be inside braces 2
6067 src/nvim/tag.c @ Line 1993 readability-braces-around-statements statement should be inside braces 2
6068 src/nvim/tag.c @ Line 1996 google-readability-braces-around-statements statement should be inside braces 2
6069 src/nvim/tag.c @ Line 1996 readability-braces-around-statements statement should be inside braces 2
6070 src/nvim/tag.c @ Line 2038 google-readability-braces-around-statements statement should be inside braces 2
6071 src/nvim/tag.c @ Line 2038 readability-braces-around-statements statement should be inside braces 2
6072 src/nvim/tag.c @ Line 2040 google-readability-braces-around-statements statement should be inside braces 2
6073 src/nvim/tag.c @ Line 2040 readability-braces-around-statements statement should be inside braces 2
6074 src/nvim/tag.c @ Line 2043 google-readability-braces-around-statements statement should be inside braces 2
6075 src/nvim/tag.c @ Line 2043 readability-braces-around-statements statement should be inside braces 2
6076 src/nvim/tag.c @ Line 2045 google-readability-braces-around-statements statement should be inside braces 2
6077 src/nvim/tag.c @ Line 2045 readability-braces-around-statements statement should be inside braces 2
6078 src/nvim/tag.c @ Line 2048 google-readability-braces-around-statements statement should be inside braces 2
6079 src/nvim/tag.c @ Line 2048 readability-braces-around-statements statement should be inside braces 2
6080 src/nvim/tag.c @ Line 2050 google-readability-braces-around-statements statement should be inside braces 2
6081 src/nvim/tag.c @ Line 2050 readability-braces-around-statements statement should be inside braces 2
6082 src/nvim/tag.c @ Line 2068 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6083 src/nvim/tag.c @ Line 2070 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6084 src/nvim/tag.c @ Line 2120 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6085 src/nvim/tag.c @ Line 2128 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6086 src/nvim/tag.c @ Line 2159 google-readability-braces-around-statements statement should be inside braces 2
6087 src/nvim/tag.c @ Line 2159 readability-braces-around-statements statement should be inside braces 2
6088 src/nvim/tag.c @ Line 2172 google-readability-braces-around-statements statement should be inside braces 2
6089 src/nvim/tag.c @ Line 2172 readability-braces-around-statements statement should be inside braces 2
6090 src/nvim/tag.c @ Line 2174 google-readability-braces-around-statements statement should be inside braces 2
6091 src/nvim/tag.c @ Line 2174 readability-braces-around-statements statement should be inside braces 2
6092 src/nvim/tag.c @ Line 2191 google-readability-braces-around-statements statement should be inside braces 2
6093 src/nvim/tag.c @ Line 2191 readability-braces-around-statements statement should be inside braces 2
6094 src/nvim/tag.c @ Line 2196 google-readability-braces-around-statements statement should be inside braces 2
6095 src/nvim/tag.c @ Line 2196 readability-braces-around-statements statement should be inside braces 2
6096 src/nvim/tag.c @ Line 2201 google-readability-braces-around-statements statement should be inside braces 2
6097 src/nvim/tag.c @ Line 2201 readability-braces-around-statements statement should be inside braces 2
6098 src/nvim/tag.c @ Line 2203 google-readability-braces-around-statements statement should be inside braces 2
6099 src/nvim/tag.c @ Line 2203 readability-braces-around-statements statement should be inside braces 2
6100 src/nvim/tag.c @ Line 2209 google-readability-braces-around-statements statement should be inside braces 2
6101 src/nvim/tag.c @ Line 2209 readability-braces-around-statements statement should be inside braces 2
6102 src/nvim/tag.c @ Line 2223 google-readability-braces-around-statements statement should be inside braces 2
6103 src/nvim/tag.c @ Line 2223 readability-braces-around-statements statement should be inside braces 2
6104 src/nvim/tag.c @ Line 2226 google-readability-braces-around-statements statement should be inside braces 2
6105 src/nvim/tag.c @ Line 2226 readability-braces-around-statements statement should be inside braces 2
6106 src/nvim/tag.c @ Line 2228 google-readability-braces-around-statements statement should be inside braces 2
6107 src/nvim/tag.c @ Line 2228 readability-braces-around-statements statement should be inside braces 2
6108 src/nvim/tag.c @ Line 2248 google-readability-casting redundant cast to the same type 1
6109 src/nvim/tag.c @ Line 2312 google-readability-braces-around-statements statement should be inside braces 2
6110 src/nvim/tag.c @ Line 2312 readability-braces-around-statements statement should be inside braces 2
6111 src/nvim/tag.c @ Line 2331 google-readability-braces-around-statements statement should be inside braces 2
6112 src/nvim/tag.c @ Line 2331 readability-braces-around-statements statement should be inside braces 2
6113 src/nvim/tag.c @ Line 2334 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6114 src/nvim/tag.c @ Line 2335 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6115 src/nvim/tag.c @ Line 2370 google-readability-braces-around-statements statement should be inside braces 2
6116 src/nvim/tag.c @ Line 2370 readability-braces-around-statements statement should be inside braces 2
6117 src/nvim/tag.c @ Line 2402 google-readability-braces-around-statements statement should be inside braces 2
6118 src/nvim/tag.c @ Line 2402 readability-braces-around-statements statement should be inside braces 2
6119 src/nvim/tag.c @ Line 2407 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6120 src/nvim/tag.c @ Line 2442 google-readability-braces-around-statements statement should be inside braces 2
6121 src/nvim/tag.c @ Line 2442 readability-braces-around-statements statement should be inside braces 2
6122 src/nvim/tag.c @ Line 2447 google-readability-braces-around-statements statement should be inside braces 2
6123 src/nvim/tag.c @ Line 2447 readability-braces-around-statements statement should be inside braces 2
6124 src/nvim/tag.c @ Line 2451 google-readability-braces-around-statements statement should be inside braces 2
6125 src/nvim/tag.c @ Line 2451 readability-braces-around-statements statement should be inside braces 2
6126 src/nvim/tag.c @ Line 2456 google-readability-braces-around-statements statement should be inside braces 2
6127 src/nvim/tag.c @ Line 2456 readability-braces-around-statements statement should be inside braces 2
6128 src/nvim/tag.c @ Line 2458 google-readability-braces-around-statements statement should be inside braces 2
6129 src/nvim/tag.c @ Line 2458 readability-braces-around-statements statement should be inside braces 2
6130 src/nvim/tag.c @ Line 2487 google-readability-braces-around-statements statement should be inside braces 2
6131 src/nvim/tag.c @ Line 2487 readability-braces-around-statements statement should be inside braces 2
6132 src/nvim/tag.c @ Line 2522 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6133 src/nvim/tag.c @ Line 2565 google-readability-braces-around-statements statement should be inside braces 2
6134 src/nvim/tag.c @ Line 2565 readability-braces-around-statements statement should be inside braces 2
6135 src/nvim/tag.c @ Line 2618 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6136 src/nvim/tag.c @ Line 2631 readability-identifier-naming invalid case style for variable 'old_KeyTyped' 2
6137 src/nvim/tag.c @ Line 2753 google-readability-braces-around-statements statement should be inside braces 2
6138 src/nvim/tag.c @ Line 2753 readability-braces-around-statements statement should be inside braces 2
6139 src/nvim/tag.c @ Line 2755 google-readability-braces-around-statements statement should be inside braces 2
6140 src/nvim/tag.c @ Line 2755 readability-braces-around-statements statement should be inside braces 2
6141 src/nvim/tag.c @ Line 2780 google-readability-braces-around-statements statement should be inside braces 2
6142 src/nvim/tag.c @ Line 2780 readability-braces-around-statements statement should be inside braces 2
6143 src/nvim/tag.c @ Line 2782 google-readability-braces-around-statements statement should be inside braces 2
6144 src/nvim/tag.c @ Line 2782 readability-braces-around-statements statement should be inside braces 2
6145 src/nvim/tag.c @ Line 2794 google-readability-braces-around-statements statement should be inside braces 2
6146 src/nvim/tag.c @ Line 2794 readability-braces-around-statements statement should be inside braces 2
6147 src/nvim/tag.c @ Line 2901 google-readability-braces-around-statements statement should be inside braces 2
6148 src/nvim/tag.c @ Line 2901 readability-braces-around-statements statement should be inside braces 2
6149 src/nvim/tag.c @ Line 2903 google-readability-braces-around-statements statement should be inside braces 2
6150 src/nvim/tag.c @ Line 2903 readability-braces-around-statements statement should be inside braces 2
6151 src/nvim/tag.c @ Line 2953 google-readability-braces-around-statements statement should be inside braces 2
6152 src/nvim/tag.c @ Line 2953 readability-braces-around-statements statement should be inside braces 2
6153 src/nvim/tag.c @ Line 2962 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 4
6154 src/nvim/tag.c @ Line 2969 google-readability-braces-around-statements statement should be inside braces 2
6155 src/nvim/tag.c @ Line 2969 readability-braces-around-statements statement should be inside braces 2
6156 src/nvim/tag.c @ Line 3148 google-readability-braces-around-statements statement should be inside braces 2
6157 src/nvim/tag.c @ Line 3148 readability-braces-around-statements statement should be inside braces 2
6158 src/nvim/tag.c @ Line 3152 google-readability-braces-around-statements statement should be inside braces 2
6159 src/nvim/tag.c @ Line 3152 readability-braces-around-statements statement should be inside braces 2
6160 src/nvim/tag.c @ Line 3167 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6161 src/nvim/tag.c @ Line 3219 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6162 src/nvim/tag.c @ Line 3225 google-readability-braces-around-statements statement should be inside braces 2
6163 src/nvim/tag.c @ Line 3225 readability-braces-around-statements statement should be inside braces 2
6164 src/nvim/tag.c @ Line 3230 google-readability-braces-around-statements statement should be inside braces 2
6165 src/nvim/tag.c @ Line 3230 readability-braces-around-statements statement should be inside braces 2
6166 src/nvim/tag.c @ Line 3233 google-readability-braces-around-statements statement should be inside braces 2
6167 src/nvim/tag.c @ Line 3233 readability-braces-around-statements statement should be inside braces 2
6168 src/nvim/tag.c @ Line 3236 google-readability-braces-around-statements statement should be inside braces 2
6169 src/nvim/tag.c @ Line 3236 readability-braces-around-statements statement should be inside braces 2
6170 src/nvim/tag.c @ Line 3238 google-readability-braces-around-statements statement should be inside braces 2
6171 src/nvim/tag.c @ Line 3238 readability-braces-around-statements statement should be inside braces 2
6172 src/nvim/tag.c @ Line 3240 google-readability-braces-around-statements statement should be inside braces 2
6173 src/nvim/tag.c @ Line 3240 readability-braces-around-statements statement should be inside braces 2
6174 src/nvim/terminal.c @ Line 313 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6175 src/nvim/terminal.c @ Line 315 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6176 src/nvim/terminal.c @ Line 343 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6177 src/nvim/terminal.c @ Line 672 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6178 src/nvim/terminal.c @ Line 969 bugprone-branch-clone switch has 2 consecutive identical branches 2
6179 src/nvim/terminal.c @ Line 972 bugprone-branch-clone switch has 2 consecutive identical branches 2
6180 src/nvim/terminal.c @ Line 1089 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6181 src/nvim/terminal.c @ Line 1118 google-readability-casting redundant cast to the same type 1
6182 src/nvim/terminal.c @ Line 1270 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6183 src/nvim/terminal.c @ Line 1312 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6184 src/nvim/tui/terminfo.c @ Line 69 readability-else-after-return do not use 'else' after 'return' 1
6185 src/nvim/tui/tui.c @ Line 57 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6186 src/nvim/tui/tui.c @ Line 500 readability-else-after-return do not use 'else' after 'return' 1
6187 src/nvim/tui/tui.c @ Line 511 readability-else-after-return do not use 'else' after 'return' 1
6188 src/nvim/tui/tui.c @ Line 600 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6189 src/nvim/tui/tui.c @ Line 755 readability-else-after-return do not use 'else' after 'return' 1
6190 src/nvim/tui/tui.c @ Line 782 readability-else-after-return do not use 'else' after 'return' 1
6191 src/nvim/tui/tui.c @ Line 1132 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6192 src/nvim/tui/tui.c @ Line 1133 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6193 src/nvim/tui/tui.c @ Line 1454 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6194 src/nvim/tui/tui.c @ Line 1552 readability-else-after-return do not use 'else' after 'return' 1
6195 src/nvim/tui/tui.c @ Line 1732 bugprone-branch-clone repeated branch in conditional chain 3
6196 src/nvim/tui/tui.c @ Line 2023 readability-identifier-naming invalid case style for variable 'ext_bool_Su' 2
6197 src/nvim/tui/tui.c @ Line 2142 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 1
6198 src/nvim/ugrid.c @ Line 59 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6199 src/nvim/ui.c @ Line 197 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6200 src/nvim/ui.c @ Line 408 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
6201 src/nvim/ui.c @ Line 605 google-readability-casting redundant cast to the same type 1
6202 src/nvim/ui.c @ Line 606 google-readability-casting redundant cast to the same type 1
6203 src/nvim/ui_bridge.c @ Line 25 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6204 src/nvim/ui_bridge.c @ Line 32 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6205 src/nvim/ui_bridge.c @ Line 33 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6206 src/nvim/ui_bridge.c @ Line 144 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6207 src/nvim/ui_bridge.c @ Line 173 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6208 src/nvim/ui_bridge.c @ Line 173 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6209 src/nvim/ui_bridge.c @ Line 174 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6210 src/nvim/ui_bridge.c @ Line 174 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6211 src/nvim/ui_bridge.c @ Line 174 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6212 src/nvim/ui_bridge.c @ Line 175 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6213 src/nvim/ui_bridge.c @ Line 175 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6214 src/nvim/ui_bridge.c @ Line 202 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6215 src/nvim/ui_compositor.c @ Line 315 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6216 src/nvim/ui_compositor.c @ Line 332 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6217 src/nvim/ui_compositor.c @ Line 478 readability-uppercase-literal-suffix integer literal has suffix 'u', which is not uppercase 2
6218 src/nvim/undo.c @ Line 234 google-readability-braces-around-statements statement should be inside braces 2
6219 src/nvim/undo.c @ Line 234 readability-braces-around-statements statement should be inside braces 2
6220 src/nvim/undo.c @ Line 384 google-readability-braces-around-statements statement should be inside braces 2
6221 src/nvim/undo.c @ Line 384 readability-braces-around-statements statement should be inside braces 2
6222 src/nvim/undo.c @ Line 463 google-readability-braces-around-statements statement should be inside braces 2
6223 src/nvim/undo.c @ Line 463 readability-braces-around-statements statement should be inside braces 2
6224 src/nvim/undo.c @ Line 465 google-readability-braces-around-statements statement should be inside braces 2
6225 src/nvim/undo.c @ Line 465 readability-braces-around-statements statement should be inside braces 2
6226 src/nvim/undo.c @ Line 502 google-readability-braces-around-statements statement should be inside braces 2
6227 src/nvim/undo.c @ Line 502 readability-braces-around-statements statement should be inside braces 2
6228 src/nvim/undo.c @ Line 1228 google-readability-braces-around-statements statement should be inside braces 2
6229 src/nvim/undo.c @ Line 1228 readability-braces-around-statements statement should be inside braces 2
6230 src/nvim/undo.c @ Line 1232 google-readability-braces-around-statements statement should be inside braces 2
6231 src/nvim/undo.c @ Line 1232 readability-braces-around-statements statement should be inside braces 2
6232 src/nvim/undo.c @ Line 1243 google-readability-braces-around-statements statement should be inside braces 2
6233 src/nvim/undo.c @ Line 1243 readability-braces-around-statements statement should be inside braces 2
6234 src/nvim/undo.c @ Line 1247 google-readability-braces-around-statements statement should be inside braces 2
6235 src/nvim/undo.c @ Line 1247 readability-braces-around-statements statement should be inside braces 2
6236 src/nvim/undo.c @ Line 1338 google-readability-braces-around-statements statement should be inside braces 2
6237 src/nvim/undo.c @ Line 1338 readability-braces-around-statements statement should be inside braces 2
6238 src/nvim/undo.c @ Line 1341 google-readability-braces-around-statements statement should be inside braces 2
6239 src/nvim/undo.c @ Line 1341 readability-braces-around-statements statement should be inside braces 2
6240 src/nvim/undo.c @ Line 1344 google-readability-braces-around-statements statement should be inside braces 2
6241 src/nvim/undo.c @ Line 1344 readability-braces-around-statements statement should be inside braces 2
6242 src/nvim/undo.c @ Line 1345 bugprone-branch-clone repeated branch in conditional chain 3
6243 src/nvim/undo.c @ Line 1346 google-readability-braces-around-statements statement should be inside braces 2
6244 src/nvim/undo.c @ Line 1346 readability-braces-around-statements statement should be inside braces 2
6245 src/nvim/undo.c @ Line 1348 google-readability-braces-around-statements statement should be inside braces 2
6246 src/nvim/undo.c @ Line 1348 readability-braces-around-statements statement should be inside braces 2
6247 src/nvim/undo.c @ Line 1364 google-readability-braces-around-statements statement should be inside braces 2
6248 src/nvim/undo.c @ Line 1364 readability-braces-around-statements statement should be inside braces 2
6249 src/nvim/undo.c @ Line 1379 google-readability-braces-around-statements statement should be inside braces 2
6250 src/nvim/undo.c @ Line 1379 readability-braces-around-statements statement should be inside braces 2
6251 src/nvim/undo.c @ Line 1408 google-readability-casting redundant cast to the same type 1
6252 src/nvim/undo.c @ Line 1421 google-readability-casting redundant cast to the same type 1
6253 src/nvim/undo.c @ Line 1570 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6254 src/nvim/undo.c @ Line 1669 google-readability-braces-around-statements statement should be inside braces 2
6255 src/nvim/undo.c @ Line 1669 readability-braces-around-statements statement should be inside braces 2
6256 src/nvim/undo.c @ Line 1879 google-readability-braces-around-statements statement should be inside braces 2
6257 src/nvim/undo.c @ Line 1879 readability-braces-around-statements statement should be inside braces 2
6258 src/nvim/undo.c @ Line 1922 google-readability-braces-around-statements statement should be inside braces 2
6259 src/nvim/undo.c @ Line 1922 readability-braces-around-statements statement should be inside braces 2
6260 src/nvim/undo.c @ Line 1961 google-readability-braces-around-statements statement should be inside braces 2
6261 src/nvim/undo.c @ Line 1961 readability-braces-around-statements statement should be inside braces 2
6262 src/nvim/undo.c @ Line 1978 google-readability-braces-around-statements statement should be inside braces 2
6263 src/nvim/undo.c @ Line 1978 readability-braces-around-statements statement should be inside braces 2
6264 src/nvim/undo.c @ Line 1980 google-readability-braces-around-statements statement should be inside braces 2
6265 src/nvim/undo.c @ Line 1980 readability-braces-around-statements statement should be inside braces 2
6266 src/nvim/undo.c @ Line 1982 google-readability-braces-around-statements statement should be inside braces 2
6267 src/nvim/undo.c @ Line 1982 readability-braces-around-statements statement should be inside braces 2
6268 src/nvim/undo.c @ Line 1986 google-readability-braces-around-statements statement should be inside braces 2
6269 src/nvim/undo.c @ Line 1986 readability-braces-around-statements statement should be inside braces 2
6270 src/nvim/undo.c @ Line 1989 google-readability-braces-around-statements statement should be inside braces 2
6271 src/nvim/undo.c @ Line 1989 readability-braces-around-statements statement should be inside braces 2
6272 src/nvim/undo.c @ Line 2003 google-readability-braces-around-statements statement should be inside braces 2
6273 src/nvim/undo.c @ Line 2003 readability-braces-around-statements statement should be inside braces 2
6274 src/nvim/undo.c @ Line 2006 google-readability-braces-around-statements statement should be inside braces 2
6275 src/nvim/undo.c @ Line 2006 readability-braces-around-statements statement should be inside braces 2
6276 src/nvim/undo.c @ Line 2047 google-readability-braces-around-statements statement should be inside braces 2
6277 src/nvim/undo.c @ Line 2047 readability-braces-around-statements statement should be inside braces 2
6278 src/nvim/undo.c @ Line 2049 google-readability-braces-around-statements statement should be inside braces 2
6279 src/nvim/undo.c @ Line 2049 readability-braces-around-statements statement should be inside braces 2
6280 src/nvim/undo.c @ Line 2095 google-readability-braces-around-statements statement should be inside braces 2
6281 src/nvim/undo.c @ Line 2095 readability-braces-around-statements statement should be inside braces 2
6282 src/nvim/undo.c @ Line 2101 google-readability-braces-around-statements statement should be inside braces 2
6283 src/nvim/undo.c @ Line 2101 readability-braces-around-statements statement should be inside braces 2
6284 src/nvim/undo.c @ Line 2110 google-readability-braces-around-statements statement should be inside braces 2
6285 src/nvim/undo.c @ Line 2110 readability-braces-around-statements statement should be inside braces 2
6286 src/nvim/undo.c @ Line 2116 google-readability-braces-around-statements statement should be inside braces 2
6287 src/nvim/undo.c @ Line 2116 readability-braces-around-statements statement should be inside braces 2
6288 src/nvim/undo.c @ Line 2118 google-readability-braces-around-statements statement should be inside braces 2
6289 src/nvim/undo.c @ Line 2118 readability-braces-around-statements statement should be inside braces 2
6290 src/nvim/undo.c @ Line 2123 google-readability-braces-around-statements statement should be inside braces 2
6291 src/nvim/undo.c @ Line 2123 readability-braces-around-statements statement should be inside braces 2
6292 src/nvim/undo.c @ Line 2132 google-readability-braces-around-statements statement should be inside braces 2
6293 src/nvim/undo.c @ Line 2132 readability-braces-around-statements statement should be inside braces 2
6294 src/nvim/undo.c @ Line 2134 google-readability-braces-around-statements statement should be inside braces 2
6295 src/nvim/undo.c @ Line 2134 readability-braces-around-statements statement should be inside braces 2
6296 src/nvim/undo.c @ Line 2156 google-readability-braces-around-statements statement should be inside braces 2
6297 src/nvim/undo.c @ Line 2156 readability-braces-around-statements statement should be inside braces 2
6298 src/nvim/undo.c @ Line 2158 google-readability-braces-around-statements statement should be inside braces 2
6299 src/nvim/undo.c @ Line 2158 readability-braces-around-statements statement should be inside braces 2
6300 src/nvim/undo.c @ Line 2270 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6301 src/nvim/undo.c @ Line 2274 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6302 src/nvim/undo.c @ Line 2310 google-readability-braces-around-statements statement should be inside braces 2
6303 src/nvim/undo.c @ Line 2310 readability-braces-around-statements statement should be inside braces 2
6304 src/nvim/undo.c @ Line 2335 google-readability-braces-around-statements statement should be inside braces 2
6305 src/nvim/undo.c @ Line 2335 readability-braces-around-statements statement should be inside braces 2
6306 src/nvim/undo.c @ Line 2336 google-readability-braces-around-statements statement should be inside braces 2
6307 src/nvim/undo.c @ Line 2336 readability-braces-around-statements statement should be inside braces 2
6308 src/nvim/undo.c @ Line 2364 google-readability-braces-around-statements statement should be inside braces 2
6309 src/nvim/undo.c @ Line 2364 readability-braces-around-statements statement should be inside braces 2
6310 src/nvim/undo.c @ Line 2399 google-readability-braces-around-statements statement should be inside braces 2
6311 src/nvim/undo.c @ Line 2399 readability-braces-around-statements statement should be inside braces 2
6312 src/nvim/undo.c @ Line 2401 google-readability-braces-around-statements statement should be inside braces 2
6313 src/nvim/undo.c @ Line 2401 readability-braces-around-statements statement should be inside braces 2
6314 src/nvim/undo.c @ Line 2403 google-readability-braces-around-statements statement should be inside braces 2
6315 src/nvim/undo.c @ Line 2403 readability-braces-around-statements statement should be inside braces 2
6316 src/nvim/undo.c @ Line 2485 google-readability-braces-around-statements statement should be inside braces 2
6317 src/nvim/undo.c @ Line 2485 readability-braces-around-statements statement should be inside braces 2
6318 src/nvim/undo.c @ Line 2490 google-readability-braces-around-statements statement should be inside braces 2
6319 src/nvim/undo.c @ Line 2490 readability-braces-around-statements statement should be inside braces 2
6320 src/nvim/undo.c @ Line 2492 google-readability-braces-around-statements statement should be inside braces 2
6321 src/nvim/undo.c @ Line 2492 readability-braces-around-statements statement should be inside braces 2
6322 src/nvim/undo.c @ Line 2494 google-readability-braces-around-statements statement should be inside braces 2
6323 src/nvim/undo.c @ Line 2494 readability-braces-around-statements statement should be inside braces 2
6324 src/nvim/undo.c @ Line 2510 google-readability-braces-around-statements statement should be inside braces 2
6325 src/nvim/undo.c @ Line 2510 readability-braces-around-statements statement should be inside braces 2
6326 src/nvim/undo.c @ Line 2518 google-readability-braces-around-statements statement should be inside braces 2
6327 src/nvim/undo.c @ Line 2518 readability-braces-around-statements statement should be inside braces 2
6328 src/nvim/undo.c @ Line 2520 google-readability-braces-around-statements statement should be inside braces 2
6329 src/nvim/undo.c @ Line 2520 readability-braces-around-statements statement should be inside braces 2
6330 src/nvim/undo.c @ Line 2546 google-readability-braces-around-statements statement should be inside braces 2
6331 src/nvim/undo.c @ Line 2546 readability-braces-around-statements statement should be inside braces 2
6332 src/nvim/undo.c @ Line 2555 google-readability-braces-around-statements statement should be inside braces 2
6333 src/nvim/undo.c @ Line 2555 readability-braces-around-statements statement should be inside braces 2
6334 src/nvim/undo.c @ Line 2559 google-readability-braces-around-statements statement should be inside braces 2
6335 src/nvim/undo.c @ Line 2559 readability-braces-around-statements statement should be inside braces 2
6336 src/nvim/undo.c @ Line 2561 google-readability-braces-around-statements statement should be inside braces 2
6337 src/nvim/undo.c @ Line 2561 readability-braces-around-statements statement should be inside braces 2
6338 src/nvim/undo.c @ Line 2563 google-readability-braces-around-statements statement should be inside braces 2
6339 src/nvim/undo.c @ Line 2563 readability-braces-around-statements statement should be inside braces 2
6340 src/nvim/undo.c @ Line 2565 google-readability-braces-around-statements statement should be inside braces 2
6341 src/nvim/undo.c @ Line 2565 readability-braces-around-statements statement should be inside braces 2
6342 src/nvim/undo.c @ Line 2569 google-readability-braces-around-statements statement should be inside braces 2
6343 src/nvim/undo.c @ Line 2569 readability-braces-around-statements statement should be inside braces 2
6344 src/nvim/undo.c @ Line 2571 google-readability-braces-around-statements statement should be inside braces 2
6345 src/nvim/undo.c @ Line 2571 readability-braces-around-statements statement should be inside braces 2
6346 src/nvim/undo.c @ Line 2660 google-readability-braces-around-statements statement should be inside braces 2
6347 src/nvim/undo.c @ Line 2660 readability-braces-around-statements statement should be inside braces 2
6348 src/nvim/undo.c @ Line 2661 clang-analyzer-security.insecureAPI.strcpy Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 4
6349 src/nvim/undo.c @ Line 2679 google-readability-braces-around-statements statement should be inside braces 2
6350 src/nvim/undo.c @ Line 2679 readability-braces-around-statements statement should be inside braces 2
6351 src/nvim/undo.c @ Line 2692 google-readability-braces-around-statements statement should be inside braces 2
6352 src/nvim/undo.c @ Line 2692 readability-braces-around-statements statement should be inside braces 2
6353 src/nvim/undo.c @ Line 2701 google-readability-braces-around-statements statement should be inside braces 2
6354 src/nvim/undo.c @ Line 2701 readability-braces-around-statements statement should be inside braces 2
6355 src/nvim/undo.c @ Line 2739 readability-else-after-return do not use 'else' after 'return' 1
6356 src/nvim/undo.c @ Line 2764 google-readability-braces-around-statements statement should be inside braces 2
6357 src/nvim/undo.c @ Line 2764 readability-braces-around-statements statement should be inside braces 2
6358 src/nvim/undo.c @ Line 2769 google-readability-braces-around-statements statement should be inside braces 2
6359 src/nvim/undo.c @ Line 2769 readability-braces-around-statements statement should be inside braces 2
6360 src/nvim/undo.c @ Line 2798 google-readability-braces-around-statements statement should be inside braces 2
6361 src/nvim/undo.c @ Line 2798 readability-braces-around-statements statement should be inside braces 2
6362 src/nvim/undo.c @ Line 2800 google-readability-braces-around-statements statement should be inside braces 2
6363 src/nvim/undo.c @ Line 2800 readability-braces-around-statements statement should be inside braces 2
6364 src/nvim/undo.c @ Line 2802 google-readability-braces-around-statements statement should be inside braces 2
6365 src/nvim/undo.c @ Line 2802 readability-braces-around-statements statement should be inside braces 2
6366 src/nvim/undo.c @ Line 2806 misc-no-recursion function 'u_unch_branch' is within a recursive call chain 4
6367 src/nvim/undo.c @ Line 2812 google-readability-braces-around-statements statement should be inside braces 2
6368 src/nvim/undo.c @ Line 2812 readability-braces-around-statements statement should be inside braces 2
6369 src/nvim/undo.c @ Line 2871 misc-no-recursion function 'u_freeheader' is within a recursive call chain 1
6370 src/nvim/undo.c @ Line 2881 google-readability-braces-around-statements statement should be inside braces 2
6371 src/nvim/undo.c @ Line 2881 readability-braces-around-statements statement should be inside braces 2
6372 src/nvim/undo.c @ Line 2884 google-readability-braces-around-statements statement should be inside braces 2
6373 src/nvim/undo.c @ Line 2884 readability-braces-around-statements statement should be inside braces 2
6374 src/nvim/undo.c @ Line 2888 google-readability-braces-around-statements statement should be inside braces 2
6375 src/nvim/undo.c @ Line 2888 readability-braces-around-statements statement should be inside braces 2
6376 src/nvim/undo.c @ Line 2890 google-readability-braces-around-statements statement should be inside braces 2
6377 src/nvim/undo.c @ Line 2890 readability-braces-around-statements statement should be inside braces 2
6378 src/nvim/undo.c @ Line 2893 google-readability-braces-around-statements statement should be inside braces 2
6379 src/nvim/undo.c @ Line 2893 readability-braces-around-statements statement should be inside braces 2
6380 src/nvim/undo.c @ Line 2895 google-readability-braces-around-statements statement should be inside braces 2
6381 src/nvim/undo.c @ Line 2895 readability-braces-around-statements statement should be inside braces 2
6382 src/nvim/undo.c @ Line 2897 google-readability-braces-around-statements statement should be inside braces 2
6383 src/nvim/undo.c @ Line 2897 readability-braces-around-statements statement should be inside braces 2
6384 src/nvim/undo.c @ Line 2907 misc-no-recursion function 'u_freebranch' is within a recursive call chain 5
6385 src/nvim/undo.c @ Line 2913 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6386 src/nvim/undo.c @ Line 2918 google-readability-braces-around-statements statement should be inside braces 2
6387 src/nvim/undo.c @ Line 2918 readability-braces-around-statements statement should be inside braces 2
6388 src/nvim/undo.c @ Line 2923 google-readability-braces-around-statements statement should be inside braces 2
6389 src/nvim/undo.c @ Line 2923 readability-braces-around-statements statement should be inside braces 2
6390 src/nvim/undo.c @ Line 2929 google-readability-braces-around-statements statement should be inside braces 2
6391 src/nvim/undo.c @ Line 2929 readability-braces-around-statements statement should be inside braces 2
6392 src/nvim/undo.c @ Line 2947 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6393 src/nvim/undo.c @ Line 2950 google-readability-braces-around-statements statement should be inside braces 2
6394 src/nvim/undo.c @ Line 2950 readability-braces-around-statements statement should be inside braces 2
6395 src/nvim/undo.c @ Line 2952 google-readability-braces-around-statements statement should be inside braces 2
6396 src/nvim/undo.c @ Line 2952 readability-braces-around-statements statement should be inside braces 2
6397 src/nvim/undo.c @ Line 2954 google-readability-braces-around-statements statement should be inside braces 2
6398 src/nvim/undo.c @ Line 2954 readability-braces-around-statements statement should be inside braces 2
6399 src/nvim/undo.c @ Line 2976 google-readability-braces-around-statements statement should be inside braces 2
6400 src/nvim/undo.c @ Line 2976 readability-braces-around-statements statement should be inside braces 2
6401 src/nvim/undo.c @ Line 3002 google-readability-braces-around-statements statement should be inside braces 2
6402 src/nvim/undo.c @ Line 3002 readability-braces-around-statements statement should be inside braces 2
6403 src/nvim/undo.c @ Line 3004 google-readability-braces-around-statements statement should be inside braces 2
6404 src/nvim/undo.c @ Line 3004 readability-braces-around-statements statement should be inside braces 2
6405 src/nvim/undo.c @ Line 3008 google-readability-braces-around-statements statement should be inside braces 2
6406 src/nvim/undo.c @ Line 3008 readability-braces-around-statements statement should be inside braces 2
6407 src/nvim/undo.c @ Line 3010 google-readability-braces-around-statements statement should be inside braces 2
6408 src/nvim/undo.c @ Line 3010 readability-braces-around-statements statement should be inside braces 2
6409 src/nvim/undo.c @ Line 3057 google-readability-braces-around-statements statement should be inside braces 2
6410 src/nvim/undo.c @ Line 3057 readability-braces-around-statements statement should be inside braces 2
6411 src/nvim/undo.c @ Line 3140 misc-no-recursion function 'u_eval_tree' is within a recursive call chain 4
6412 src/nvim/version.c @ Line 73 readability-identifier-naming invalid case style for global constant 'included_patches' 2
6413 src/nvim/version.c @ Line 2022 google-readability-casting redundant cast to the same type 1
6414 src/nvim/version.c @ Line 2073 google-readability-casting redundant cast to the same type 1
6415 src/nvim/version.c @ Line 2095 google-readability-casting redundant cast to the same type 1
6416 src/nvim/version.c @ Line 2220 bugprone-suspicious-missing-comma suspicious string literal, probably missing a comma 2
6417 src/nvim/version.c @ Line 2238 readability-uppercase-literal-suffix integer literal has suffix 'l', which is not uppercase 2
6418 src/nvim/viml/parser/expressions.c @ Line 197 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6419 src/nvim/viml/parser/expressions.c @ Line 197 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6420 src/nvim/viml/parser/expressions.c @ Line 198 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6421 src/nvim/viml/parser/expressions.c @ Line 198 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6422 src/nvim/viml/parser/expressions.c @ Line 199 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6423 src/nvim/viml/parser/expressions.c @ Line 200 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6424 src/nvim/viml/parser/expressions.c @ Line 200 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6425 src/nvim/viml/parser/expressions.c @ Line 201 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6426 src/nvim/viml/parser/expressions.c @ Line 203 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6427 src/nvim/viml/parser/expressions.c @ Line 212 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6428 src/nvim/viml/parser/expressions.c @ Line 284 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6429 src/nvim/viml/parser/expressions.c @ Line 513 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6430 src/nvim/viml/parser/expressions.c @ Line 514 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6431 src/nvim/viml/parser/expressions.c @ Line 515 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6432 src/nvim/viml/parser/expressions.c @ Line 715 readability-identifier-naming invalid case style for global constant 'eltkn_type_tab' 2
6433 src/nvim/viml/parser/expressions.c @ Line 770 readability-identifier-naming invalid case style for global constant 'eltkn_mul_type_tab' 2
6434 src/nvim/viml/parser/expressions.c @ Line 776 readability-identifier-naming invalid case style for global constant 'eltkn_opt_scope_tab' 2
6435 src/nvim/viml/parser/expressions.c @ Line 1388 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6436 src/nvim/viml/parser/expressions.c @ Line 1389 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6437 src/nvim/viml/parser/expressions.c @ Line 1483 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6438 src/nvim/viml/parser/expressions.c @ Line 1490 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6439 src/nvim/viml/parser/expressions.c @ Line 1495 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6440 src/nvim/viml/parser/expressions.c @ Line 1900 readability-identifier-naming invalid case style for global constant 'want_node_to_lexer_flags' 2
6441 src/nvim/viml/parser/expressions.c @ Line 1906 readability-identifier-naming invalid case style for global constant 'base_to_prefix_length' 2
6442 src/nvim/viml/parser/expressions.c @ Line 2304 readability-else-after-return do not use 'else' after 'break' 1
6443 src/nvim/viml/parser/expressions.c @ Line 2357 readability-else-after-return do not use 'else' after 'break' 1
6444 src/nvim/viml/parser/expressions.c @ Line 2367 bugprone-branch-clone repeated branch in conditional chain 3
6445 src/nvim/viml/parser/expressions.c @ Line 3012 bugprone-branch-clone switch has 2 consecutive identical branches 2
6446 src/nvim/viml/parser/expressions.c @ Line 3030 bugprone-branch-clone switch has 2 consecutive identical branches 2
6447 src/nvim/window.c @ Line 63 bugprone-macro-parentheses macro replacement list should be enclosed in parentheses 2
6448 src/nvim/window.c @ Line 69 readability-identifier-naming invalid case style for enum constant 'WEE_UNDO_SYNC' 2
6449 src/nvim/window.c @ Line 70 readability-identifier-naming invalid case style for enum constant 'WEE_CURWIN_INVALID' 2
6450 src/nvim/window.c @ Line 71 readability-identifier-naming invalid case style for enum constant 'WEE_TRIGGER_NEW_AUTOCMDS' 2
6451 src/nvim/window.c @ Line 72 readability-identifier-naming invalid case style for enum constant 'WEE_TRIGGER_ENTER_AUTOCMDS' 2
6452 src/nvim/window.c @ Line 73 readability-identifier-naming invalid case style for enum constant 'WEE_TRIGGER_LEAVE_AUTOCMDS' 2
6453 src/nvim/window.c @ Line 83 readability-identifier-naming invalid case style for variable 'Prenum1' 2
6454 src/nvim/window.c @ Line 231 readability-else-after-return do not use 'else' after 'break' 1
6455 src/nvim/window.c @ Line 583 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6456 src/nvim/window.c @ Line 585 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6457 src/nvim/window.c @ Line 638 readability-else-after-return do not use 'else' after 'return' 1
6458 src/nvim/window.c @ Line 719 bugprone-suspicious-string-compare function 'memcmp' is called without explicitly comparing result 1
6459 src/nvim/window.c @ Line 758 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6460 src/nvim/window.c @ Line 767 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6461 src/nvim/window.c @ Line 807 readability-else-after-return do not use 'else' after 'return' 1
6462 src/nvim/window.c @ Line 823 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6463 src/nvim/window.c @ Line 829 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6464 src/nvim/window.c @ Line 835 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6465 src/nvim/window.c @ Line 954 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6466 src/nvim/window.c @ Line 998 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6467 src/nvim/window.c @ Line 1002 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6468 src/nvim/window.c @ Line 1009 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6469 src/nvim/window.c @ Line 1018 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6470 src/nvim/window.c @ Line 1078 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6471 src/nvim/window.c @ Line 1082 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6472 src/nvim/window.c @ Line 1089 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6473 src/nvim/window.c @ Line 1098 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6474 src/nvim/window.c @ Line 1944 misc-no-recursion function 'win_equal_rec' is within a recursive call chain 4
6475 src/nvim/window.c @ Line 1947 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6476 src/nvim/window.c @ Line 1949 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6477 src/nvim/window.c @ Line 1976 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6478 src/nvim/window.c @ Line 2005 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6479 src/nvim/window.c @ Line 2060 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6480 src/nvim/window.c @ Line 2105 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6481 src/nvim/window.c @ Line 2136 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6482 src/nvim/window.c @ Line 2191 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6483 src/nvim/window.c @ Line 2237 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6484 src/nvim/window.c @ Line 2845 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6485 src/nvim/window.c @ Line 3067 misc-no-recursion function 'frame_has_win' is within a recursive call chain 4
6486 src/nvim/window.c @ Line 3088 misc-no-recursion function 'frame_new_height' is within a recursive call chain 4
6487 src/nvim/window.c @ Line 3152 google-readability-braces-around-statements statement should be inside braces 2
6488 src/nvim/window.c @ Line 3152 readability-braces-around-statements statement should be inside braces 2
6489 src/nvim/window.c @ Line 3156 google-readability-braces-around-statements statement should be inside braces 2
6490 src/nvim/window.c @ Line 3156 readability-braces-around-statements statement should be inside braces 2
6491 src/nvim/window.c @ Line 3179 misc-no-recursion function 'frame_fixed_height' is within a recursive call chain 4
6492 src/nvim/window.c @ Line 3213 misc-no-recursion function 'frame_fixed_width' is within a recursive call chain 4
6493 src/nvim/window.c @ Line 3245 misc-no-recursion function 'frame_add_statusline' is within a recursive call chain 4
6494 src/nvim/window.c @ Line 3277 misc-no-recursion function 'frame_new_width' is within a recursive call chain 4
6495 src/nvim/window.c @ Line 3350 google-readability-braces-around-statements statement should be inside braces 2
6496 src/nvim/window.c @ Line 3350 readability-braces-around-statements statement should be inside braces 2
6497 src/nvim/window.c @ Line 3354 google-readability-braces-around-statements statement should be inside braces 2
6498 src/nvim/window.c @ Line 3354 readability-braces-around-statements statement should be inside braces 2
6499 src/nvim/window.c @ Line 3375 misc-no-recursion function 'frame_add_vsep' is within a recursive call chain 4
6500 src/nvim/window.c @ Line 3428 misc-no-recursion function 'frame_minheight' is within a recursive call chain 4
6501 src/nvim/window.c @ Line 3473 misc-no-recursion function 'frame_minwidth' is within a recursive call chain 4
6502 src/nvim/window.c @ Line 3476 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6503 src/nvim/window.c @ Line 4612 readability-else-after-return do not use 'else' after 'return' 1
6504 src/nvim/window.c @ Line 5081 misc-no-recursion function 'frame_comp_pos' is within a recursive call chain 4
6505 src/nvim/window.c @ Line 5179 misc-no-recursion function 'frame_setheight' is within a recursive call chain 4
6506 src/nvim/window.c @ Line 5254 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6507 src/nvim/window.c @ Line 5377 misc-no-recursion function 'frame_setwidth' is within a recursive call chain 4
6508 src/nvim/window.c @ Line 5436 performance-no-int-to-ptr integer to pointer cast pessimizes optimization opportunities 2
6509 src/nvim/window.c @ Line 5815 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6510 src/nvim/window.c @ Line 6253 misc-no-recursion function 'last_status_rec' is within a recursive call chain 4
6511 src/nvim/window.c @ Line 6431 misc-no-recursion function 'make_snapshot_rec' is within a recursive call chain 4
6512 src/nvim/window.c @ Line 6457 misc-no-recursion function 'clear_snapshot_rec' is within a recursive call chain 4
6513 src/nvim/window.c @ Line 6491 misc-no-recursion function 'check_snapshot_rec' is within a recursive call chain 4
6514 src/nvim/window.c @ Line 6511 misc-no-recursion function 'restore_snapshot_rec' is within a recursive call chain 4
6515 src/nvim/window.c @ Line 7033 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6516 src/nvim/window.c @ Line 7109 misc-no-recursion function 'get_framelayout' is within a recursive call chain 4
6517 src/xdiff/xdiffi.c @ Line 49 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6518 src/xdiff/xdiffi.c @ Line 50 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6519 src/xdiff/xdiffi.c @ Line 52 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6520 src/xdiff/xdiffi.c @ Line 53 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6521 src/xdiff/xdiffi.c @ Line 54 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6522 src/xdiff/xdiffi.c @ Line 74 google-readability-braces-around-statements statement should be inside braces 2
6523 src/xdiff/xdiffi.c @ Line 74 readability-braces-around-statements statement should be inside braces 2
6524 src/xdiff/xdiffi.c @ Line 76 google-readability-braces-around-statements statement should be inside braces 2
6525 src/xdiff/xdiffi.c @ Line 76 readability-braces-around-statements statement should be inside braces 2
6526 src/xdiff/xdiffi.c @ Line 78 google-readability-braces-around-statements statement should be inside braces 2
6527 src/xdiff/xdiffi.c @ Line 78 readability-braces-around-statements statement should be inside braces 2
6528 src/xdiff/xdiffi.c @ Line 80 google-readability-braces-around-statements statement should be inside braces 2
6529 src/xdiff/xdiffi.c @ Line 80 readability-braces-around-statements statement should be inside braces 2
6530 src/xdiff/xdiffi.c @ Line 84 google-readability-braces-around-statements statement should be inside braces 2
6531 src/xdiff/xdiffi.c @ Line 84 readability-braces-around-statements statement should be inside braces 2
6532 src/xdiff/xdiffi.c @ Line 86 google-readability-braces-around-statements statement should be inside braces 2
6533 src/xdiff/xdiffi.c @ Line 86 readability-braces-around-statements statement should be inside braces 2
6534 src/xdiff/xdiffi.c @ Line 90 readability-braces-around-statements statement should be inside braces 2
6535 src/xdiff/xdiffi.c @ Line 91 google-readability-braces-around-statements statement should be inside braces 2
6536 src/xdiff/xdiffi.c @ Line 91 readability-braces-around-statements statement should be inside braces 2
6537 src/xdiff/xdiffi.c @ Line 111 google-readability-braces-around-statements statement should be inside braces 2
6538 src/xdiff/xdiffi.c @ Line 111 readability-braces-around-statements statement should be inside braces 2
6539 src/xdiff/xdiffi.c @ Line 113 google-readability-braces-around-statements statement should be inside braces 2
6540 src/xdiff/xdiffi.c @ Line 113 readability-braces-around-statements statement should be inside braces 2
6541 src/xdiff/xdiffi.c @ Line 115 google-readability-braces-around-statements statement should be inside braces 2
6542 src/xdiff/xdiffi.c @ Line 115 readability-braces-around-statements statement should be inside braces 2
6543 src/xdiff/xdiffi.c @ Line 117 google-readability-braces-around-statements statement should be inside braces 2
6544 src/xdiff/xdiffi.c @ Line 117 readability-braces-around-statements statement should be inside braces 2
6545 src/xdiff/xdiffi.c @ Line 121 google-readability-braces-around-statements statement should be inside braces 2
6546 src/xdiff/xdiffi.c @ Line 121 readability-braces-around-statements statement should be inside braces 2
6547 src/xdiff/xdiffi.c @ Line 123 google-readability-braces-around-statements statement should be inside braces 2
6548 src/xdiff/xdiffi.c @ Line 123 readability-braces-around-statements statement should be inside braces 2
6549 src/xdiff/xdiffi.c @ Line 127 readability-braces-around-statements statement should be inside braces 2
6550 src/xdiff/xdiffi.c @ Line 128 google-readability-braces-around-statements statement should be inside braces 2
6551 src/xdiff/xdiffi.c @ Line 128 readability-braces-around-statements statement should be inside braces 2
6552 src/xdiff/xdiffi.c @ Line 139 google-readability-braces-around-statements statement should be inside braces 2
6553 src/xdiff/xdiffi.c @ Line 139 readability-braces-around-statements statement should be inside braces 2
6554 src/xdiff/xdiffi.c @ Line 162 google-readability-braces-around-statements statement should be inside braces 2
6555 src/xdiff/xdiffi.c @ Line 162 readability-braces-around-statements statement should be inside braces 2
6556 src/xdiff/xdiffi.c @ Line 186 google-readability-braces-around-statements statement should be inside braces 2
6557 src/xdiff/xdiffi.c @ Line 186 readability-braces-around-statements statement should be inside braces 2
6558 src/xdiff/xdiffi.c @ Line 208 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6559 src/xdiff/xdiffi.c @ Line 214 google-readability-braces-around-statements statement should be inside braces 2
6560 src/xdiff/xdiffi.c @ Line 214 readability-braces-around-statements statement should be inside braces 2
6561 src/xdiff/xdiffi.c @ Line 226 google-readability-braces-around-statements statement should be inside braces 2
6562 src/xdiff/xdiffi.c @ Line 226 readability-braces-around-statements statement should be inside braces 2
6563 src/xdiff/xdiffi.c @ Line 256 misc-no-recursion function 'xdl_recs_cmp' is within a recursive call chain 4
6564 src/xdiff/xdiffi.c @ Line 259 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6565 src/xdiff/xdiffi.c @ Line 264 readability-braces-around-statements statement should be inside braces 2
6566 src/xdiff/xdiffi.c @ Line 265 readability-braces-around-statements statement should be inside braces 2
6567 src/xdiff/xdiffi.c @ Line 275 google-readability-braces-around-statements statement should be inside braces 2
6568 src/xdiff/xdiffi.c @ Line 275 readability-braces-around-statements statement should be inside braces 2
6569 src/xdiff/xdiffi.c @ Line 281 google-readability-braces-around-statements statement should be inside braces 2
6570 src/xdiff/xdiffi.c @ Line 281 readability-braces-around-statements statement should be inside braces 2
6571 src/xdiff/xdiffi.c @ Line 315 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6572 src/xdiff/xdiffi.c @ Line 317 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6573 src/xdiff/xdiffi.c @ Line 319 google-readability-braces-around-statements statement should be inside braces 2
6574 src/xdiff/xdiffi.c @ Line 319 readability-braces-around-statements statement should be inside braces 2
6575 src/xdiff/xdiffi.c @ Line 322 google-readability-braces-around-statements statement should be inside braces 2
6576 src/xdiff/xdiffi.c @ Line 322 readability-braces-around-statements statement should be inside braces 2
6577 src/xdiff/xdiffi.c @ Line 348 google-readability-braces-around-statements statement should be inside braces 2
6578 src/xdiff/xdiffi.c @ Line 348 readability-braces-around-statements statement should be inside braces 2
6579 src/xdiff/xdiffi.c @ Line 379 google-readability-braces-around-statements statement should be inside braces 2
6580 src/xdiff/xdiffi.c @ Line 379 readability-braces-around-statements statement should be inside braces 2
6581 src/xdiff/xdiffi.c @ Line 422 google-readability-braces-around-statements statement should be inside braces 2
6582 src/xdiff/xdiffi.c @ Line 422 readability-braces-around-statements statement should be inside braces 2
6583 src/xdiff/xdiffi.c @ Line 424 readability-else-after-return do not use 'else' after 'return' 1
6584 src/xdiff/xdiffi.c @ Line 424 google-readability-braces-around-statements statement should be inside braces 2
6585 src/xdiff/xdiffi.c @ Line 424 readability-braces-around-statements statement should be inside braces 2
6586 src/xdiff/xdiffi.c @ Line 426 google-readability-braces-around-statements statement should be inside braces 2
6587 src/xdiff/xdiffi.c @ Line 426 readability-braces-around-statements statement should be inside braces 2
6588 src/xdiff/xdiffi.c @ Line 430 google-readability-braces-around-statements statement should be inside braces 2
6589 src/xdiff/xdiffi.c @ Line 430 readability-braces-around-statements statement should be inside braces 2
6590 src/xdiff/xdiffi.c @ Line 509 google-readability-braces-around-statements statement should be inside braces 2
6591 src/xdiff/xdiffi.c @ Line 509 readability-braces-around-statements statement should be inside braces 2
6592 src/xdiff/xdiffi.c @ Line 522 google-readability-braces-around-statements statement should be inside braces 2
6593 src/xdiff/xdiffi.c @ Line 522 readability-braces-around-statements statement should be inside braces 2
6594 src/xdiff/xdiffi.c @ Line 605 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6595 src/xdiff/xdiffi.c @ Line 607 google-readability-braces-around-statements statement should be inside braces 2
6596 src/xdiff/xdiffi.c @ Line 607 readability-braces-around-statements statement should be inside braces 2
6597 src/xdiff/xdiffi.c @ Line 610 google-readability-braces-around-statements statement should be inside braces 2
6598 src/xdiff/xdiffi.c @ Line 610 readability-braces-around-statements statement should be inside braces 2
6599 src/xdiff/xdiffi.c @ Line 624 google-readability-braces-around-statements statement should be inside braces 2
6600 src/xdiff/xdiffi.c @ Line 624 readability-braces-around-statements statement should be inside braces 2
6601 src/xdiff/xdiffi.c @ Line 626 google-readability-braces-around-statements statement should be inside braces 2
6602 src/xdiff/xdiffi.c @ Line 626 readability-braces-around-statements statement should be inside braces 2
6603 src/xdiff/xdiffi.c @ Line 634 bugprone-branch-clone repeated branch in conditional chain 4
6604 src/xdiff/xdiffi.c @ Line 721 google-readability-braces-around-statements statement should be inside braces 2
6605 src/xdiff/xdiffi.c @ Line 721 readability-braces-around-statements statement should be inside braces 2
6606 src/xdiff/xdiffi.c @ Line 731 google-readability-braces-around-statements statement should be inside braces 2
6607 src/xdiff/xdiffi.c @ Line 731 readability-braces-around-statements statement should be inside braces 2
6608 src/xdiff/xdiffi.c @ Line 735 google-readability-braces-around-statements statement should be inside braces 2
6609 src/xdiff/xdiffi.c @ Line 735 readability-braces-around-statements statement should be inside braces 2
6610 src/xdiff/xdiffi.c @ Line 747 google-readability-braces-around-statements statement should be inside braces 2
6611 src/xdiff/xdiffi.c @ Line 747 readability-braces-around-statements statement should be inside braces 2
6612 src/xdiff/xdiffi.c @ Line 751 google-readability-braces-around-statements statement should be inside braces 2
6613 src/xdiff/xdiffi.c @ Line 751 readability-braces-around-statements statement should be inside braces 2
6614 src/xdiff/xdiffi.c @ Line 769 google-readability-braces-around-statements statement should be inside braces 2
6615 src/xdiff/xdiffi.c @ Line 769 readability-braces-around-statements statement should be inside braces 2
6616 src/xdiff/xdiffi.c @ Line 773 readability-else-after-return do not use 'else' after 'return' 1
6617 src/xdiff/xdiffi.c @ Line 790 google-readability-braces-around-statements statement should be inside braces 2
6618 src/xdiff/xdiffi.c @ Line 790 readability-braces-around-statements statement should be inside braces 2
6619 src/xdiff/xdiffi.c @ Line 794 readability-else-after-return do not use 'else' after 'return' 1
6620 src/xdiff/xdiffi.c @ Line 811 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6621 src/xdiff/xdiffi.c @ Line 812 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6622 src/xdiff/xdiffi.c @ Line 822 google-readability-braces-around-statements statement should be inside braces 2
6623 src/xdiff/xdiffi.c @ Line 822 readability-braces-around-statements statement should be inside braces 2
6624 src/xdiff/xdiffi.c @ Line 842 google-readability-braces-around-statements statement should be inside braces 2
6625 src/xdiff/xdiffi.c @ Line 842 readability-braces-around-statements statement should be inside braces 2
6626 src/xdiff/xdiffi.c @ Line 843 google-readability-braces-around-statements statement should be inside braces 2
6627 src/xdiff/xdiffi.c @ Line 843 readability-braces-around-statements statement should be inside braces 2
6628 src/xdiff/xdiffi.c @ Line 852 google-readability-braces-around-statements statement should be inside braces 2
6629 src/xdiff/xdiffi.c @ Line 852 readability-braces-around-statements statement should be inside braces 2
6630 src/xdiff/xdiffi.c @ Line 857 google-readability-braces-around-statements statement should be inside braces 2
6631 src/xdiff/xdiffi.c @ Line 857 readability-braces-around-statements statement should be inside braces 2
6632 src/xdiff/xdiffi.c @ Line 859 google-readability-braces-around-statements statement should be inside braces 2
6633 src/xdiff/xdiffi.c @ Line 859 readability-braces-around-statements statement should be inside braces 2
6634 src/xdiff/xdiffi.c @ Line 862 google-readability-braces-around-statements statement should be inside braces 2
6635 src/xdiff/xdiffi.c @ Line 862 readability-braces-around-statements statement should be inside braces 2
6636 src/xdiff/xdiffi.c @ Line 884 google-readability-braces-around-statements statement should be inside braces 2
6637 src/xdiff/xdiffi.c @ Line 884 readability-braces-around-statements statement should be inside braces 2
6638 src/xdiff/xdiffi.c @ Line 886 google-readability-braces-around-statements statement should be inside braces 2
6639 src/xdiff/xdiffi.c @ Line 886 readability-braces-around-statements statement should be inside braces 2
6640 src/xdiff/xdiffi.c @ Line 902 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6641 src/xdiff/xdiffi.c @ Line 906 google-readability-braces-around-statements statement should be inside braces 2
6642 src/xdiff/xdiffi.c @ Line 906 readability-braces-around-statements statement should be inside braces 2
6643 src/xdiff/xdiffi.c @ Line 908 google-readability-braces-around-statements statement should be inside braces 2
6644 src/xdiff/xdiffi.c @ Line 908 readability-braces-around-statements statement should be inside braces 2
6645 src/xdiff/xdiffi.c @ Line 927 google-readability-braces-around-statements statement should be inside braces 2
6646 src/xdiff/xdiffi.c @ Line 927 readability-braces-around-statements statement should be inside braces 2
6647 src/xdiff/xdiffi.c @ Line 929 google-readability-braces-around-statements statement should be inside braces 2
6648 src/xdiff/xdiffi.c @ Line 929 readability-braces-around-statements statement should be inside braces 2
6649 src/xdiff/xdiffi.c @ Line 936 google-readability-braces-around-statements statement should be inside braces 2
6650 src/xdiff/xdiffi.c @ Line 936 readability-braces-around-statements statement should be inside braces 2
6651 src/xdiff/xdiffi.c @ Line 938 google-readability-braces-around-statements statement should be inside braces 2
6652 src/xdiff/xdiffi.c @ Line 938 readability-braces-around-statements statement should be inside braces 2
6653 src/xdiff/xdiffi.c @ Line 942 google-readability-braces-around-statements statement should be inside braces 2
6654 src/xdiff/xdiffi.c @ Line 942 readability-braces-around-statements statement should be inside braces 2
6655 src/xdiff/xdiffi.c @ Line 950 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6656 src/xdiff/xdiffi.c @ Line 951 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6657 src/xdiff/xdiffi.c @ Line 952 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6658 src/xdiff/xdiffi.c @ Line 957 google-readability-braces-around-statements statement should be inside braces 2
6659 src/xdiff/xdiffi.c @ Line 957 readability-braces-around-statements statement should be inside braces 2
6660 src/xdiff/xdiffi.c @ Line 959 readability-braces-around-statements statement should be inside braces 2
6661 src/xdiff/xdiffi.c @ Line 960 readability-braces-around-statements statement should be inside braces 2
6662 src/xdiff/xdiffi.c @ Line 987 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6663 src/xdiff/xdiffi.c @ Line 991 google-readability-braces-around-statements statement should be inside braces 2
6664 src/xdiff/xdiffi.c @ Line 991 readability-braces-around-statements statement should be inside braces 2
6665 src/xdiff/xdiffi.c @ Line 995 google-readability-braces-around-statements statement should be inside braces 2
6666 src/xdiff/xdiffi.c @ Line 995 readability-braces-around-statements statement should be inside braces 2
6667 src/xdiff/xdiffi.c @ Line 1011 google-readability-braces-around-statements statement should be inside braces 2
6668 src/xdiff/xdiffi.c @ Line 1011 readability-braces-around-statements statement should be inside braces 2
6669 src/xdiff/xdiffi.c @ Line 1015 google-readability-braces-around-statements statement should be inside braces 2
6670 src/xdiff/xdiffi.c @ Line 1015 readability-braces-around-statements statement should be inside braces 2
6671 src/xdiff/xdiffi.c @ Line 1082 google-readability-braces-around-statements statement should be inside braces 2
6672 src/xdiff/xdiffi.c @ Line 1082 readability-braces-around-statements statement should be inside braces 2
6673 src/xdiff/xdiffi.h @ Line 61 readability-inconsistent-declaration-parameter-name function 'xdl_do_histogram_diff' has a definition with different parameter names 3
6674 src/xdiff/xdiffi.h @ Line 59 readability-inconsistent-declaration-parameter-name function 'xdl_do_patience_diff' has a definition with different parameter names 3
6675 src/xdiff/xemit.c @ Line 34 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6676 src/xdiff/xemit.c @ Line 54 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6677 src/xdiff/xemit.c @ Line 64 google-readability-braces-around-statements statement should be inside braces 2
6678 src/xdiff/xemit.c @ Line 64 readability-braces-around-statements statement should be inside braces 2
6679 src/xdiff/xemit.c @ Line 68 google-readability-braces-around-statements statement should be inside braces 2
6680 src/xdiff/xemit.c @ Line 68 readability-braces-around-statements statement should be inside braces 2
6681 src/xdiff/xemit.c @ Line 75 google-readability-braces-around-statements statement should be inside braces 2
6682 src/xdiff/xemit.c @ Line 75 readability-braces-around-statements statement should be inside braces 2
6683 src/xdiff/xemit.c @ Line 78 bugprone-branch-clone repeated branch in conditional chain 3
6684 src/xdiff/xemit.c @ Line 81 bugprone-branch-clone repeated branch in conditional chain 3
6685 src/xdiff/xemit.c @ Line 179 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6686 src/xdiff/xemit.c @ Line 180 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6687 src/xdiff/xemit.c @ Line 190 google-readability-braces-around-statements statement should be inside braces 2
6688 src/xdiff/xemit.c @ Line 190 readability-braces-around-statements statement should be inside braces 2
6689 src/xdiff/xemit.c @ Line 301 google-readability-braces-around-statements statement should be inside braces 2
6690 src/xdiff/xemit.c @ Line 301 readability-braces-around-statements statement should be inside braces 2
6691 src/xdiff/xemit.c @ Line 307 google-readability-braces-around-statements statement should be inside braces 2
6692 src/xdiff/xemit.c @ Line 307 readability-braces-around-statements statement should be inside braces 2
6693 src/xdiff/xemit.c @ Line 308 google-readability-braces-around-statements statement should be inside braces 2
6694 src/xdiff/xemit.c @ Line 308 readability-braces-around-statements statement should be inside braces 2
6695 src/xdiff/xemit.c @ Line 315 google-readability-braces-around-statements statement should be inside braces 2
6696 src/xdiff/xemit.c @ Line 315 readability-braces-around-statements statement should be inside braces 2
6697 src/xdiff/xemit.c @ Line 316 google-readability-braces-around-statements statement should be inside braces 2
6698 src/xdiff/xemit.c @ Line 316 readability-braces-around-statements statement should be inside braces 2
6699 src/xdiff/xemit.c @ Line 322 google-readability-braces-around-statements statement should be inside braces 2
6700 src/xdiff/xemit.c @ Line 322 readability-braces-around-statements statement should be inside braces 2
6701 src/xdiff/xemit.c @ Line 323 google-readability-braces-around-statements statement should be inside braces 2
6702 src/xdiff/xemit.c @ Line 323 readability-braces-around-statements statement should be inside braces 2
6703 src/xdiff/xemit.c @ Line 329 google-readability-braces-around-statements statement should be inside braces 2
6704 src/xdiff/xemit.c @ Line 329 readability-braces-around-statements statement should be inside braces 2
6705 src/xdiff/xemit.c @ Line 330 google-readability-braces-around-statements statement should be inside braces 2
6706 src/xdiff/xemit.c @ Line 330 readability-braces-around-statements statement should be inside braces 2
6707 src/xdiff/xemit.c @ Line 333 google-readability-braces-around-statements statement should be inside braces 2
6708 src/xdiff/xemit.c @ Line 333 readability-braces-around-statements statement should be inside braces 2
6709 src/xdiff/xemit.c @ Line 342 google-readability-braces-around-statements statement should be inside braces 2
6710 src/xdiff/xemit.c @ Line 342 readability-braces-around-statements statement should be inside braces 2
6711 src/xdiff/xemit.c @ Line 343 google-readability-braces-around-statements statement should be inside braces 2
6712 src/xdiff/xemit.c @ Line 343 readability-braces-around-statements statement should be inside braces 2
6713 src/xdiff/xhistogram.c @ Line 80 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6714 src/xdiff/xhistogram.c @ Line 80 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6715 src/xdiff/xhistogram.c @ Line 83 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6716 src/xdiff/xhistogram.c @ Line 83 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6717 src/xdiff/xhistogram.c @ Line 89 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6718 src/xdiff/xhistogram.c @ Line 89 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6719 src/xdiff/xhistogram.c @ Line 103 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6720 src/xdiff/xhistogram.c @ Line 103 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6721 src/xdiff/xhistogram.c @ Line 103 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6722 src/xdiff/xhistogram.c @ Line 106 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6723 src/xdiff/xhistogram.c @ Line 106 bugprone-macro-parentheses macro argument should be enclosed in parentheses 2
6724 src/xdiff/xhistogram.c @ Line 108 readability-identifier-naming invalid case style for function 'scanA' 2
6725 src/xdiff/xhistogram.c @ Line 110 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6726 src/xdiff/xhistogram.c @ Line 112 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6727 src/xdiff/xhistogram.c @ Line 139 google-readability-braces-around-statements statement should be inside braces 2
6728 src/xdiff/xhistogram.c @ Line 139 readability-braces-around-statements statement should be inside braces 2
6729 src/xdiff/xhistogram.c @ Line 146 google-readability-braces-around-statements statement should be inside braces 2
6730 src/xdiff/xhistogram.c @ Line 146 readability-braces-around-statements statement should be inside braces 2
6731 src/xdiff/xhistogram.c @ Line 166 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6732 src/xdiff/xhistogram.c @ Line 171 google-readability-braces-around-statements statement should be inside braces 2
6733 src/xdiff/xhistogram.c @ Line 171 readability-braces-around-statements statement should be inside braces 2
6734 src/xdiff/xhistogram.c @ Line 177 google-readability-braces-around-statements statement should be inside braces 2
6735 src/xdiff/xhistogram.c @ Line 177 readability-braces-around-statements statement should be inside braces 2
6736 src/xdiff/xhistogram.c @ Line 193 google-readability-braces-around-statements statement should be inside braces 2
6737 src/xdiff/xhistogram.c @ Line 193 readability-braces-around-statements statement should be inside braces 2
6738 src/xdiff/xhistogram.c @ Line 200 google-readability-braces-around-statements statement should be inside braces 2
6739 src/xdiff/xhistogram.c @ Line 200 readability-braces-around-statements statement should be inside braces 2
6740 src/xdiff/xhistogram.c @ Line 204 google-readability-braces-around-statements statement should be inside braces 2
6741 src/xdiff/xhistogram.c @ Line 204 readability-braces-around-statements statement should be inside braces 2
6742 src/xdiff/xhistogram.c @ Line 214 google-readability-braces-around-statements statement should be inside braces 2
6743 src/xdiff/xhistogram.c @ Line 214 readability-braces-around-statements statement should be inside braces 2
6744 src/xdiff/xhistogram.c @ Line 225 google-readability-braces-around-statements statement should be inside braces 2
6745 src/xdiff/xhistogram.c @ Line 225 readability-braces-around-statements statement should be inside braces 2
6746 src/xdiff/xhistogram.c @ Line 259 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6747 src/xdiff/xhistogram.c @ Line 275 google-readability-braces-around-statements statement should be inside braces 2
6748 src/xdiff/xhistogram.c @ Line 275 readability-braces-around-statements statement should be inside braces 2
6749 src/xdiff/xhistogram.c @ Line 281 google-readability-braces-around-statements statement should be inside braces 2
6750 src/xdiff/xhistogram.c @ Line 281 readability-braces-around-statements statement should be inside braces 2
6751 src/xdiff/xhistogram.c @ Line 287 google-readability-braces-around-statements statement should be inside braces 2
6752 src/xdiff/xhistogram.c @ Line 287 readability-braces-around-statements statement should be inside braces 2
6753 src/xdiff/xhistogram.c @ Line 292 google-readability-braces-around-statements statement should be inside braces 2
6754 src/xdiff/xhistogram.c @ Line 292 readability-braces-around-statements statement should be inside braces 2
6755 src/xdiff/xhistogram.c @ Line 298 google-readability-braces-around-statements statement should be inside braces 2
6756 src/xdiff/xhistogram.c @ Line 298 readability-braces-around-statements statement should be inside braces 2
6757 src/xdiff/xhistogram.c @ Line 303 google-readability-braces-around-statements statement should be inside braces 2
6758 src/xdiff/xhistogram.c @ Line 303 readability-braces-around-statements statement should be inside braces 2
6759 src/xdiff/xhistogram.c @ Line 306 google-readability-braces-around-statements statement should be inside braces 2
6760 src/xdiff/xhistogram.c @ Line 306 readability-braces-around-statements statement should be inside braces 2
6761 src/xdiff/xhistogram.c @ Line 308 google-readability-braces-around-statements statement should be inside braces 2
6762 src/xdiff/xhistogram.c @ Line 308 readability-braces-around-statements statement should be inside braces 2
6763 src/xdiff/xhistogram.c @ Line 316 misc-no-recursion function 'histogram_diff' is within a recursive call chain 4
6764 src/xdiff/xhistogram.c @ Line 325 google-readability-braces-around-statements statement should be inside braces 2
6765 src/xdiff/xhistogram.c @ Line 325 readability-braces-around-statements statement should be inside braces 2
6766 src/xdiff/xhistogram.c @ Line 328 google-readability-braces-around-statements statement should be inside braces 2
6767 src/xdiff/xhistogram.c @ Line 328 readability-braces-around-statements statement should be inside braces 2
6768 src/xdiff/xhistogram.c @ Line 332 google-readability-braces-around-statements statement should be inside braces 2
6769 src/xdiff/xhistogram.c @ Line 332 readability-braces-around-statements statement should be inside braces 2
6770 src/xdiff/xhistogram.c @ Line 335 readability-else-after-return do not use 'else' after 'return' 1
6771 src/xdiff/xhistogram.c @ Line 336 google-readability-braces-around-statements statement should be inside braces 2
6772 src/xdiff/xhistogram.c @ Line 336 readability-braces-around-statements statement should be inside braces 2
6773 src/xdiff/xhistogram.c @ Line 343 google-readability-braces-around-statements statement should be inside braces 2
6774 src/xdiff/xhistogram.c @ Line 343 readability-braces-around-statements statement should be inside braces 2
6775 src/xdiff/xhistogram.c @ Line 345 google-readability-braces-around-statements statement should be inside braces 2
6776 src/xdiff/xhistogram.c @ Line 345 readability-braces-around-statements statement should be inside braces 2
6777 src/xdiff/xhistogram.c @ Line 349 google-readability-braces-around-statements statement should be inside braces 2
6778 src/xdiff/xhistogram.c @ Line 349 readability-braces-around-statements statement should be inside braces 2
6779 src/xdiff/xhistogram.c @ Line 351 google-readability-braces-around-statements statement should be inside braces 2
6780 src/xdiff/xhistogram.c @ Line 351 readability-braces-around-statements statement should be inside braces 2
6781 src/xdiff/xhistogram.c @ Line 358 google-readability-braces-around-statements statement should be inside braces 2
6782 src/xdiff/xhistogram.c @ Line 358 readability-braces-around-statements statement should be inside braces 2
6783 src/xdiff/xhistogram.c @ Line 380 google-readability-braces-around-statements statement should be inside braces 2
6784 src/xdiff/xhistogram.c @ Line 380 readability-braces-around-statements statement should be inside braces 2
6785 src/xdiff/xpatience.c @ Line 81 google-readability-braces-around-statements statement should be inside braces 2
6786 src/xdiff/xpatience.c @ Line 81 readability-braces-around-statements statement should be inside braces 2
6787 src/xdiff/xpatience.c @ Line 108 google-readability-braces-around-statements statement should be inside braces 2
6788 src/xdiff/xpatience.c @ Line 108 readability-braces-around-statements statement should be inside braces 2
6789 src/xdiff/xpatience.c @ Line 112 google-readability-braces-around-statements statement should be inside braces 2
6790 src/xdiff/xpatience.c @ Line 112 readability-braces-around-statements statement should be inside braces 2
6791 src/xdiff/xpatience.c @ Line 114 google-readability-braces-around-statements statement should be inside braces 2
6792 src/xdiff/xpatience.c @ Line 114 readability-braces-around-statements statement should be inside braces 2
6793 src/xdiff/xpatience.c @ Line 116 google-readability-braces-around-statements statement should be inside braces 2
6794 src/xdiff/xpatience.c @ Line 116 readability-braces-around-statements statement should be inside braces 2
6795 src/xdiff/xpatience.c @ Line 120 google-readability-braces-around-statements statement should be inside braces 2
6796 src/xdiff/xpatience.c @ Line 120 readability-braces-around-statements statement should be inside braces 2
6797 src/xdiff/xpatience.c @ Line 125 google-readability-braces-around-statements statement should be inside braces 2
6798 src/xdiff/xpatience.c @ Line 125 readability-braces-around-statements statement should be inside braces 2
6799 src/xdiff/xpatience.c @ Line 156 google-readability-braces-around-statements statement should be inside braces 2
6800 src/xdiff/xpatience.c @ Line 156 readability-braces-around-statements statement should be inside braces 2
6801 src/xdiff/xpatience.c @ Line 161 google-readability-braces-around-statements statement should be inside braces 2
6802 src/xdiff/xpatience.c @ Line 161 readability-braces-around-statements statement should be inside braces 2
6803 src/xdiff/xpatience.c @ Line 165 google-readability-braces-around-statements statement should be inside braces 2
6804 src/xdiff/xpatience.c @ Line 165 readability-braces-around-statements statement should be inside braces 2
6805 src/xdiff/xpatience.c @ Line 178 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6806 src/xdiff/xpatience.c @ Line 183 google-readability-braces-around-statements statement should be inside braces 2
6807 src/xdiff/xpatience.c @ Line 183 readability-braces-around-statements statement should be inside braces 2
6808 src/xdiff/xpatience.c @ Line 185 google-readability-braces-around-statements statement should be inside braces 2
6809 src/xdiff/xpatience.c @ Line 185 readability-braces-around-statements statement should be inside braces 2
6810 src/xdiff/xpatience.c @ Line 204 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6811 src/xdiff/xpatience.c @ Line 215 google-readability-braces-around-statements statement should be inside braces 2
6812 src/xdiff/xpatience.c @ Line 215 readability-braces-around-statements statement should be inside braces 2
6813 src/xdiff/xpatience.c @ Line 219 google-readability-braces-around-statements statement should be inside braces 2
6814 src/xdiff/xpatience.c @ Line 219 readability-braces-around-statements statement should be inside braces 2
6815 src/xdiff/xpatience.c @ Line 224 google-readability-braces-around-statements statement should be inside braces 2
6816 src/xdiff/xpatience.c @ Line 224 readability-braces-around-statements statement should be inside braces 2
6817 src/xdiff/xpatience.c @ Line 263 misc-no-recursion function 'walk_common_sequence' is within a recursive call chain 5
6818 src/xdiff/xpatience.c @ Line 266 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6819 src/xdiff/xpatience.c @ Line 267 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6820 src/xdiff/xpatience.c @ Line 294 google-readability-braces-around-statements statement should be inside braces 2
6821 src/xdiff/xpatience.c @ Line 294 readability-braces-around-statements statement should be inside braces 2
6822 src/xdiff/xpatience.c @ Line 298 google-readability-braces-around-statements statement should be inside braces 2
6823 src/xdiff/xpatience.c @ Line 298 readability-braces-around-statements statement should be inside braces 2
6824 src/xdiff/xpatience.c @ Line 303 google-readability-braces-around-statements statement should be inside braces 2
6825 src/xdiff/xpatience.c @ Line 303 readability-braces-around-statements statement should be inside braces 2
6826 src/xdiff/xpatience.c @ Line 331 misc-no-recursion function 'patience_diff' is within a recursive call chain 1
6827 src/xdiff/xpatience.c @ Line 341 google-readability-braces-around-statements statement should be inside braces 2
6828 src/xdiff/xpatience.c @ Line 341 readability-braces-around-statements statement should be inside braces 2
6829 src/xdiff/xpatience.c @ Line 344 readability-else-after-return do not use 'else' after 'return' 1
6830 src/xdiff/xpatience.c @ Line 345 google-readability-braces-around-statements statement should be inside braces 2
6831 src/xdiff/xpatience.c @ Line 345 readability-braces-around-statements statement should be inside braces 2
6832 src/xdiff/xpatience.c @ Line 352 google-readability-braces-around-statements statement should be inside braces 2
6833 src/xdiff/xpatience.c @ Line 352 readability-braces-around-statements statement should be inside braces 2
6834 src/xdiff/xpatience.c @ Line 357 google-readability-braces-around-statements statement should be inside braces 2
6835 src/xdiff/xpatience.c @ Line 357 readability-braces-around-statements statement should be inside braces 2
6836 src/xdiff/xpatience.c @ Line 359 google-readability-braces-around-statements statement should be inside braces 2
6837 src/xdiff/xpatience.c @ Line 359 readability-braces-around-statements statement should be inside braces 2
6838 src/xdiff/xpatience.c @ Line 366 google-readability-braces-around-statements statement should be inside braces 2
6839 src/xdiff/xpatience.c @ Line 366 readability-braces-around-statements statement should be inside braces 2
6840 src/xdiff/xpatience.c @ Line 369 google-readability-braces-around-statements statement should be inside braces 2
6841 src/xdiff/xpatience.c @ Line 369 readability-braces-around-statements statement should be inside braces 2
6842 src/xdiff/xpatience.c @ Line 380 google-readability-braces-around-statements statement should be inside braces 2
6843 src/xdiff/xpatience.c @ Line 380 readability-braces-around-statements statement should be inside braces 2
6844 src/xdiff/xprepare.c @ Line 119 google-readability-braces-around-statements statement should be inside braces 2
6845 src/xdiff/xprepare.c @ Line 119 readability-braces-around-statements statement should be inside braces 2
6846 src/xdiff/xprepare.c @ Line 122 google-readability-braces-around-statements statement should be inside braces 2
6847 src/xdiff/xprepare.c @ Line 122 readability-braces-around-statements statement should be inside braces 2
6848 src/xdiff/xprepare.c @ Line 163 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6849 src/xdiff/xprepare.c @ Line 165 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6850 src/xdiff/xprepare.c @ Line 167 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6851 src/xdiff/xprepare.c @ Line 179 google-readability-braces-around-statements statement should be inside braces 2
6852 src/xdiff/xprepare.c @ Line 179 readability-braces-around-statements statement should be inside braces 2
6853 src/xdiff/xprepare.c @ Line 181 google-readability-braces-around-statements statement should be inside braces 2
6854 src/xdiff/xprepare.c @ Line 181 readability-braces-around-statements statement should be inside braces 2
6855 src/xdiff/xprepare.c @ Line 184 google-readability-braces-around-statements statement should be inside braces 2
6856 src/xdiff/xprepare.c @ Line 184 readability-braces-around-statements statement should be inside braces 2
6857 src/xdiff/xprepare.c @ Line 185 clang-analyzer-deadcode.DeadStores Although the value stored to 'hsize' is used in the enclosing expression, the value is never actually read from 'hsize' 2
6858 src/xdiff/xprepare.c @ Line 189 google-readability-braces-around-statements statement should be inside braces 2
6859 src/xdiff/xprepare.c @ Line 189 readability-braces-around-statements statement should be inside braces 2
6860 src/xdiff/xprepare.c @ Line 201 google-readability-braces-around-statements statement should be inside braces 2
6861 src/xdiff/xprepare.c @ Line 201 readability-braces-around-statements statement should be inside braces 2
6862 src/xdiff/xprepare.c @ Line 205 google-readability-braces-around-statements statement should be inside braces 2
6863 src/xdiff/xprepare.c @ Line 205 readability-braces-around-statements statement should be inside braces 2
6864 src/xdiff/xprepare.c @ Line 208 google-readability-casting redundant cast to the same type 1
6865 src/xdiff/xprepare.c @ Line 213 google-readability-braces-around-statements statement should be inside braces 2
6866 src/xdiff/xprepare.c @ Line 213 readability-braces-around-statements statement should be inside braces 2
6867 src/xdiff/xprepare.c @ Line 218 google-readability-braces-around-statements statement should be inside braces 2
6868 src/xdiff/xprepare.c @ Line 218 readability-braces-around-statements statement should be inside braces 2
6869 src/xdiff/xprepare.c @ Line 222 google-readability-braces-around-statements statement should be inside braces 2
6870 src/xdiff/xprepare.c @ Line 222 readability-braces-around-statements statement should be inside braces 2
6871 src/xdiff/xprepare.c @ Line 224 google-readability-braces-around-statements statement should be inside braces 2
6872 src/xdiff/xprepare.c @ Line 224 readability-braces-around-statements statement should be inside braces 2
6873 src/xdiff/xprepare.c @ Line 264 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6874 src/xdiff/xprepare.c @ Line 283 google-readability-braces-around-statements statement should be inside braces 2
6875 src/xdiff/xprepare.c @ Line 283 readability-braces-around-statements statement should be inside braces 2
6876 src/xdiff/xprepare.c @ Line 308 google-readability-braces-around-statements statement should be inside braces 2
6877 src/xdiff/xprepare.c @ Line 308 readability-braces-around-statements statement should be inside braces 2
6878 src/xdiff/xprepare.c @ Line 323 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6879 src/xdiff/xprepare.c @ Line 332 google-readability-braces-around-statements statement should be inside braces 2
6880 src/xdiff/xprepare.c @ Line 332 readability-braces-around-statements statement should be inside braces 2
6881 src/xdiff/xprepare.c @ Line 334 google-readability-braces-around-statements statement should be inside braces 2
6882 src/xdiff/xprepare.c @ Line 334 readability-braces-around-statements statement should be inside braces 2
6883 src/xdiff/xprepare.c @ Line 344 google-readability-braces-around-statements statement should be inside braces 2
6884 src/xdiff/xprepare.c @ Line 344 readability-braces-around-statements statement should be inside braces 2
6885 src/xdiff/xprepare.c @ Line 346 google-readability-braces-around-statements statement should be inside braces 2
6886 src/xdiff/xprepare.c @ Line 346 readability-braces-around-statements statement should be inside braces 2
6887 src/xdiff/xprepare.c @ Line 348 google-readability-braces-around-statements statement should be inside braces 2
6888 src/xdiff/xprepare.c @ Line 348 readability-braces-around-statements statement should be inside braces 2
6889 src/xdiff/xprepare.c @ Line 357 google-readability-braces-around-statements statement should be inside braces 2
6890 src/xdiff/xprepare.c @ Line 357 readability-braces-around-statements statement should be inside braces 2
6891 src/xdiff/xprepare.c @ Line 360 google-readability-braces-around-statements statement should be inside braces 2
6892 src/xdiff/xprepare.c @ Line 360 readability-braces-around-statements statement should be inside braces 2
6893 src/xdiff/xprepare.c @ Line 362 google-readability-braces-around-statements statement should be inside braces 2
6894 src/xdiff/xprepare.c @ Line 362 readability-braces-around-statements statement should be inside braces 2
6895 src/xdiff/xprepare.c @ Line 364 google-readability-braces-around-statements statement should be inside braces 2
6896 src/xdiff/xprepare.c @ Line 364 readability-braces-around-statements statement should be inside braces 2
6897 src/xdiff/xprepare.c @ Line 371 google-readability-braces-around-statements statement should be inside braces 2
6898 src/xdiff/xprepare.c @ Line 371 readability-braces-around-statements statement should be inside braces 2
6899 src/xdiff/xprepare.c @ Line 386 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6900 src/xdiff/xprepare.c @ Line 389 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6901 src/xdiff/xprepare.c @ Line 399 google-readability-braces-around-statements statement should be inside braces 2
6902 src/xdiff/xprepare.c @ Line 399 readability-braces-around-statements statement should be inside braces 2
6903 src/xdiff/xprepare.c @ Line 407 google-readability-braces-around-statements statement should be inside braces 2
6904 src/xdiff/xprepare.c @ Line 407 readability-braces-around-statements statement should be inside braces 2
6905 src/xdiff/xprepare.c @ Line 422 google-readability-braces-around-statements statement should be inside braces 2
6906 src/xdiff/xprepare.c @ Line 422 readability-braces-around-statements statement should be inside braces 2
6907 src/xdiff/xprepare.c @ Line 434 google-readability-braces-around-statements statement should be inside braces 2
6908 src/xdiff/xprepare.c @ Line 434 readability-braces-around-statements statement should be inside braces 2
6909 src/xdiff/xprepare.c @ Line 449 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6910 src/xdiff/xprepare.c @ Line 450 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6911 src/xdiff/xprepare.c @ Line 455 google-readability-braces-around-statements statement should be inside braces 2
6912 src/xdiff/xprepare.c @ Line 455 readability-braces-around-statements statement should be inside braces 2
6913 src/xdiff/xprepare.c @ Line 456 google-readability-braces-around-statements statement should be inside braces 2
6914 src/xdiff/xprepare.c @ Line 456 readability-braces-around-statements statement should be inside braces 2
6915 src/xdiff/xprepare.c @ Line 463 google-readability-braces-around-statements statement should be inside braces 2
6916 src/xdiff/xprepare.c @ Line 463 readability-braces-around-statements statement should be inside braces 2
6917 src/xdiff/xprepare.c @ Line 464 google-readability-braces-around-statements statement should be inside braces 2
6918 src/xdiff/xprepare.c @ Line 464 readability-braces-around-statements statement should be inside braces 2
6919 src/xdiff/xutils.c @ Line 32 google-readability-braces-around-statements statement should be inside braces 2
6920 src/xdiff/xutils.c @ Line 32 readability-braces-around-statements statement should be inside braces 2
6921 src/xdiff/xutils.c @ Line 87 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6922 src/xdiff/xutils.c @ Line 107 google-readability-braces-around-statements statement should be inside braces 2
6923 src/xdiff/xutils.c @ Line 107 readability-braces-around-statements statement should be inside braces 2
6924 src/xdiff/xutils.c @ Line 109 google-readability-braces-around-statements statement should be inside braces 2
6925 src/xdiff/xutils.c @ Line 109 readability-braces-around-statements statement should be inside braces 2
6926 src/xdiff/xutils.c @ Line 122 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6927 src/xdiff/xutils.c @ Line 123 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6928 src/xdiff/xutils.c @ Line 128 google-readability-braces-around-statements statement should be inside braces 2
6929 src/xdiff/xutils.c @ Line 128 readability-braces-around-statements statement should be inside braces 2
6930 src/xdiff/xutils.c @ Line 130 google-readability-braces-around-statements statement should be inside braces 2
6931 src/xdiff/xutils.c @ Line 130 readability-braces-around-statements statement should be inside braces 2
6932 src/xdiff/xutils.c @ Line 133 google-readability-casting redundant cast to the same type 1
6933 src/xdiff/xutils.c @ Line 136 google-readability-braces-around-statements statement should be inside braces 2
6934 src/xdiff/xutils.c @ Line 136 readability-braces-around-statements statement should be inside braces 2
6935 src/xdiff/xutils.c @ Line 146 google-readability-braces-around-statements statement should be inside braces 2
6936 src/xdiff/xutils.c @ Line 146 readability-braces-around-statements statement should be inside braces 2
6937 src/xdiff/xutils.c @ Line 149 google-readability-braces-around-statements statement should be inside braces 2
6938 src/xdiff/xutils.c @ Line 149 readability-braces-around-statements statement should be inside braces 2
6939 src/xdiff/xutils.c @ Line 163 google-readability-braces-around-statements statement should be inside braces 2
6940 src/xdiff/xutils.c @ Line 163 readability-braces-around-statements statement should be inside braces 2
6941 src/xdiff/xutils.c @ Line 165 google-readability-braces-around-statements statement should be inside braces 2
6942 src/xdiff/xutils.c @ Line 165 readability-braces-around-statements statement should be inside braces 2
6943 src/xdiff/xutils.c @ Line 168 google-readability-braces-around-statements statement should be inside braces 2
6944 src/xdiff/xutils.c @ Line 168 readability-braces-around-statements statement should be inside braces 2
6945 src/xdiff/xutils.c @ Line 175 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6946 src/xdiff/xutils.c @ Line 177 google-readability-braces-around-statements statement should be inside braces 2
6947 src/xdiff/xutils.c @ Line 177 readability-braces-around-statements statement should be inside braces 2
6948 src/xdiff/xutils.c @ Line 179 google-readability-braces-around-statements statement should be inside braces 2
6949 src/xdiff/xutils.c @ Line 179 readability-braces-around-statements statement should be inside braces 2
6950 src/xdiff/xutils.c @ Line 196 google-readability-braces-around-statements statement should be inside braces 2
6951 src/xdiff/xutils.c @ Line 196 readability-braces-around-statements statement should be inside braces 2
6952 src/xdiff/xutils.c @ Line 199 google-readability-braces-around-statements statement should be inside braces 2
6953 src/xdiff/xutils.c @ Line 199 readability-braces-around-statements statement should be inside braces 2
6954 src/xdiff/xutils.c @ Line 201 google-readability-braces-around-statements statement should be inside braces 2
6955 src/xdiff/xutils.c @ Line 201 readability-braces-around-statements statement should be inside braces 2
6956 src/xdiff/xutils.c @ Line 208 google-readability-braces-around-statements statement should be inside braces 2
6957 src/xdiff/xutils.c @ Line 208 readability-braces-around-statements statement should be inside braces 2
6958 src/xdiff/xutils.c @ Line 210 google-readability-braces-around-statements statement should be inside braces 2
6959 src/xdiff/xutils.c @ Line 210 readability-braces-around-statements statement should be inside braces 2
6960 src/xdiff/xutils.c @ Line 214 google-readability-braces-around-statements statement should be inside braces 2
6961 src/xdiff/xutils.c @ Line 214 readability-braces-around-statements statement should be inside braces 2
6962 src/xdiff/xutils.c @ Line 239 google-readability-braces-around-statements statement should be inside braces 2
6963 src/xdiff/xutils.c @ Line 239 readability-braces-around-statements statement should be inside braces 2
6964 src/xdiff/xutils.c @ Line 241 google-readability-braces-around-statements statement should be inside braces 2
6965 src/xdiff/xutils.c @ Line 241 readability-braces-around-statements statement should be inside braces 2
6966 src/xdiff/xutils.c @ Line 245 google-readability-braces-around-statements statement should be inside braces 2
6967 src/xdiff/xutils.c @ Line 245 readability-braces-around-statements statement should be inside braces 2
6968 src/xdiff/xutils.c @ Line 262 google-readability-braces-around-statements statement should be inside braces 2
6969 src/xdiff/xutils.c @ Line 262 readability-braces-around-statements statement should be inside braces 2
6970 src/xdiff/xutils.c @ Line 269 google-readability-braces-around-statements statement should be inside braces 2
6971 src/xdiff/xutils.c @ Line 269 readability-braces-around-statements statement should be inside braces 2
6972 src/xdiff/xutils.c @ Line 272 google-readability-braces-around-statements statement should be inside braces 2
6973 src/xdiff/xutils.c @ Line 272 readability-braces-around-statements statement should be inside braces 2
6974 src/xdiff/xutils.c @ Line 301 google-readability-braces-around-statements statement should be inside braces 2
6975 src/xdiff/xutils.c @ Line 301 readability-braces-around-statements statement should be inside braces 2
6976 src/xdiff/xutils.c @ Line 314 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6977 src/xdiff/xutils.c @ Line 316 readability-braces-around-statements statement should be inside braces 2
6978 src/xdiff/xutils.c @ Line 322 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
6979 src/xdiff/xutils.c @ Line 331 google-readability-braces-around-statements statement should be inside braces 2
6980 src/xdiff/xutils.c @ Line 331 readability-braces-around-statements statement should be inside braces 2
6981 src/xdiff/xutils.c @ Line 333 google-readability-braces-around-statements statement should be inside braces 2
6982 src/xdiff/xutils.c @ Line 333 readability-braces-around-statements statement should be inside braces 2
6983 src/xdiff/xutils.c @ Line 334 google-readability-braces-around-statements statement should be inside braces 2
6984 src/xdiff/xutils.c @ Line 334 readability-braces-around-statements statement should be inside braces 2
6985 src/xdiff/xutils.c @ Line 336 google-readability-braces-around-statements statement should be inside braces 2
6986 src/xdiff/xutils.c @ Line 336 readability-braces-around-statements statement should be inside braces 2
6987 src/xdiff/xutils.c @ Line 350 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
6988 src/xdiff/xutils.c @ Line 356 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
6989 src/xdiff/xutils.c @ Line 362 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
6990 src/xdiff/xutils.c @ Line 368 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
6991 src/xdiff/xutils.c @ Line 374 bugprone-not-null-terminated-result the result from calling 'memcpy' is not null-terminated 2
6992 src/xdiff/xutils.c @ Line 378 google-readability-braces-around-statements statement should be inside braces 2
6993 src/xdiff/xutils.c @ Line 378 readability-braces-around-statements statement should be inside braces 2
6994 src/xdiff/xutils.c @ Line 387 google-readability-braces-around-statements statement should be inside braces 2
6995 src/xdiff/xutils.c @ Line 387 readability-braces-around-statements statement should be inside braces 2
6996 src/xdiff/xutils.c @ Line 395 google-readability-braces-around-statements statement should be inside braces 2
6997 src/xdiff/xutils.c @ Line 395 readability-braces-around-statements statement should be inside braces 2
6998 src/xdiff/xutils.c @ Line 400 google-readability-braces-around-statements statement should be inside braces 2
6999 src/xdiff/xutils.c @ Line 400 readability-braces-around-statements statement should be inside braces 2
7000 src/xdiff/xutils.c @ Line 416 readability-isolate-declaration multiple declarations in a single statement reduces readability 1
7001 src/xdiff/xutils.c @ Line 425 google-readability-braces-around-statements statement should be inside braces 2
7002 src/xdiff/xutils.c @ Line 425 readability-braces-around-statements statement should be inside braces 2